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
|
;; Custom key bindings
|
||||||
(bind-keys
|
(bind-keys
|
||||||
:map global-map
|
:map global-map
|
||||||
("C-c C-y" . duplicate-line)
|
|
||||||
("M-(" . æ-enclose-region)
|
("M-(" . æ-enclose-region)
|
||||||
("<C-return>" . open-line-below)
|
("<C-return>" . open-line-below)
|
||||||
("<C-S-return>" . open-line-above)
|
("<C-S-return>" . open-line-above)
|
||||||
:map ctl-x-map
|
:map ctl-x-map
|
||||||
|
("C-y" . duplicate-line)
|
||||||
("_" . maximize-window)
|
("_" . maximize-window)
|
||||||
("C-r" . rename-current-buffer-file)
|
("C-r" . rename-current-buffer-file)
|
||||||
("C-d" . delete-current-buffer-file)
|
("C-d" . delete-current-buffer-file)
|
||||||
|
Loading…
Reference in New Issue
Block a user