Rebind duplicate-line to a saner key

This commit is contained in:
Gergely Polonkai 2016-11-07 13:22:03 +01:00
parent c902a22bcf
commit 7840503da6
1 changed files with 1 additions and 1 deletions

View File

@ -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)