Skip to content

Commit

Permalink
tweak(editor): bind a helper command
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 8, 2023
1 parent ae73311 commit 6e2d8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
(keymap-global-set "M-S-<left>" 'drag-stuff-left)
(keymap-global-set "M-S-<right>" 'drag-stuff-right))

;; Bind `+yank-region-as-paragraph' (autoloaded from "elisp/+buffer.el")
(+nvmap! "gy" #'+yank-region-as-paragraph)

(provide 'me-editor)

Expand Down

0 comments on commit 6e2d8a4

Please sign in to comment.