diff options
| -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]] | 
