You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M-^ may be the proper alternative keybinding that is bound to delete-indentation in Emacs.
M-^ runs the command delete-indentation (found in global-map), which
is an interactive compiled Lisp function in ‘simple.el’.
It is bound to M-^.
(delete-indentation &optional ARG)
Join this line to previous and fix up whitespace at join.
If there is a fill prefix, delete it from the beginning of this line.
With argument, join this line to following line.
The text was updated successfully, but these errors were encountered:
M-^
may be the proper alternative keybinding that is bound todelete-indentation
in Emacs.The text was updated successfully, but these errors were encountered: