more linux tweaks

This commit is contained in:
Matt Nish-Lapidus 2024-10-30 17:02:39 -04:00
parent b565bd2d45
commit c2706c7417
3 changed files with 6 additions and 20 deletions

View file

@ -392,18 +392,19 @@
"C-;" #'comment-dwim
"C-/" #'comment-line
"C-q" #'kill-emacs
"C-<left>" #'beginning-of-visual-line
"C-<right>" #'end-of-visual-line
"C-M-<up>" #'next-window-any-frame
"C-M-<down>" #'previous-window-any-frame
"C-<up>" #'backward-paragraph
"C-<down>" #'forward-paragraph
"M-<up>" #'drag-stuff-up
"M-<down>" #'drag-stuff-down
"M-<left>" #'drag-stuff-left
"M-<right>" #'drag-stuff-right
"C-M-h" #'windmove-left
"C-M-j" #'windmove-up
"C-M-k" #'windmove-down
"C-M-l" #'windmove-right
"M-x" #'execute-extended-command
"<home>" #'beginning-of-buffer
"<end>" #'end-of-buffer
"C-<return>" #'split-window-vertically