Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no alternative keybinding for default Ctrl + j action (join lines) concat M-^ #83

Open
jngbng opened this issue Aug 2, 2020 · 0 comments

Comments

@jngbng
Copy link

jngbng commented Aug 2, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant