Skip to content

Commit

Permalink
tweak(drag-stuff): more intuitive keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 08b3c25 commit b3a925f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
(use-package drag-stuff
:straight t
:init
:bind (("M-S-<up>" . drag-stuff-up)
("M-S-<down>" . drag-stuff-down)
("M-S-<left>" . drag-stuff-left)
("M-S-<right>" . drag-stuff-right)))
:bind (("M-<up>" . drag-stuff-up)
("M-<down>" . drag-stuff-down)
("M-<left>" . drag-stuff-left)
("M-<right>" . drag-stuff-right)))

(use-package super-save
:straight t
Expand Down

0 comments on commit b3a925f

Please sign in to comment.