(Emacs/config|core)+move-line-{up|down}

This commit is contained in:
2024-04-23 01:40:07 +05:30
parent a6fe9aaf6e
commit 5aec6298cf
2 changed files with 26 additions and 0 deletions

View File

@@ -118,6 +118,11 @@ Some bindings that I couldn't fit elsewhere easily.
:general
("C-x d" #'delete-frame)
(nmmap
:keymaps 'override
"C-M-j" #'move-line-down
"C-M-k" #'move-line-up)
(nmmap
"C--" #'text-scale-decrease
"C-=" #'text-scale-increase