projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a8702c0
)
[emacs] add crux-top-join-line bindings (à la evil-mode's J)
author
Amin Bandali
<amin@gnu.org>
Thu, 30 Aug 2018 04:49:15 +0000
(
00:49
-0400)
committer
Amin Bandali
<amin@gnu.org>
Thu, 30 Aug 2018 04:49:15 +0000
(
00:49
-0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
a74d8df
..
bc73a1d
100644
(file)
--- 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 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]]
#+end_src
** [[https://github.com/alezost/mwim.el][mwim]]