Skip to content

Commit

Permalink
Only use M-S-up / M-S-down for moving lines with move-dup
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Dec 23, 2023
1 parent c7f85d6 commit b1ac6a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisp/init-editing-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@
;; use M-S-up and M-S-down, which will work even in lisp modes.

(require-package 'move-dup)
(global-set-key [M-up] 'move-dup-move-lines-up)
(global-set-key [M-down] 'move-dup-move-lines-down)
(global-set-key [M-S-up] 'move-dup-move-lines-up)
(global-set-key [M-S-down] 'move-dup-move-lines-down)

Expand Down

0 comments on commit b1ac6a9

Please sign in to comment.