Rebind duplicate-line to a saner key
This commit is contained in:
parent
c902a22bcf
commit
7840503da6
2
init.el
2
init.el
@ -817,11 +817,11 @@
|
||||
;; Custom key bindings
|
||||
(bind-keys
|
||||
:map global-map
|
||||
("C-c C-y" . duplicate-line)
|
||||
("M-(" . æ-enclose-region)
|
||||
("<C-return>" . open-line-below)
|
||||
("<C-S-return>" . open-line-above)
|
||||
:map ctl-x-map
|
||||
("C-y" . duplicate-line)
|
||||
("_" . maximize-window)
|
||||
("C-r" . rename-current-buffer-file)
|
||||
("C-d" . delete-current-buffer-file)
|
||||
|
Loading…
Reference in New Issue
Block a user