Remove move-line keybindings

I gave up that package of mine in favour of draf-stuff.
This commit is contained in:
Gergely Polonkai 2016-10-10 20:43:05 +02:00
parent d527217065
commit d297bde76e
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@
;; Custom key bindings
(global-set-key (kbd "C-x _") 'maximize-window)
;; Some terminals dont interpret Alt-Up/Down as M-<up/down>.
(global-set-key (kbd "ESC <up>") 'move-line-up)
(global-set-key (kbd "ESC <down>") 'move-line-down)
(global-set-key (kbd "C-c C-y") 'duplicate-line)
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "C-x C-f") 'helm-find-files)