summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.org b/init.org
index a74d8df..bc73a1d 100644
--- a/init.org
+++ b/init.org
@@ -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]]