Remove some duplicate key bindings

This commit is contained in:
David Morgan 2021-08-23 16:59:36 +01:00
parent 3ebbf6fe91
commit 1cdae221a1
1 changed files with 1 additions and 4 deletions

View File

@ -85,11 +85,8 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
(use-package move-text
:bind
;; TODO don't need all of these?
("M-S-<up>" . move-text-up)
("C-S-<up>" . move-text-up)
("M-S-<down>" . move-text-down)
("C-S-<down>" . move-text-down))
("M-S-<down>" . move-text-down))
(use-package zop-to-char
:bind