diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-30 00:49:15 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-30 00:49:15 -0400 |
commit | ba8fa06bd61b31db9868d19a25cd239e4cfd51e8 (patch) | |
tree | a6fa521cf197e75272fe7e9723b9d1d21022622b | |
parent | a8702c0393a06887ad82331033be79f984ab31ce (diff) | |
download | configs-ba8fa06bd61b31db9868d19a25cd239e4cfd51e8.tar.gz configs-ba8fa06bd61b31db9868d19a25cd239e4cfd51e8.tar.xz configs-ba8fa06bd61b31db9868d19a25cd239e4cfd51e8.zip |
[emacs] add crux-top-join-line bindings (à la evil-mode's J)
-rw-r--r-- | init.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1150,7 +1150,9 @@ Emacs package that displays available keybindings in popup ("C-c b K" . crux-kill-other-buffers) ("C-c f c" . crux-copy-file-preserve-attributes) ("C-c f D" . crux-delete-file-and-buffer) - ("C-c f R" . crux-rename-file-and-buffer))) + ("C-c f R" . crux-rename-file-and-buffer) + ("C-S-j" . crux-top-join-line) + ("C-c j" . crux-top-join-line))) #+end_src ** [[https://github.com/alezost/mwim.el][mwim]] |