projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3457307
)
emacs: fix overlapping crux and counsel bindings
author
Amin Bandali
<bandali@gnu.org>
Tue, 3 Sep 2019 16:09:52 +0000
(12:09 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 3 Sep 2019 16:09:52 +0000
(12:09 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
b6b27c6
..
bfc9d28
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1554,9
+1554,9
@@
This function is intended for use with `ivy-ignore-buffers'."
:defer 0.4
:bind (("C-c d" . crux-duplicate-current-line-or-region)
("C-c D" . crux-duplicate-and-comment-current-line-or-region)
:defer 0.4
:bind (("C-c d" . crux-duplicate-current-line-or-region)
("C-c D" . crux-duplicate-and-comment-current-line-or-region)
- ("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
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 j" . crux-top-join-line)
("C-S-j" . crux-top-join-line)))
("C-c j" . crux-top-join-line)
("C-S-j" . crux-top-join-line)))