small updates

This commit is contained in:
Matt Nish-Lapidus 2023-04-22 12:05:06 -04:00
parent bb6c7841bc
commit c537b41a9e
3 changed files with 7 additions and 7 deletions

View file

@ -392,9 +392,9 @@
"s-w" #'kill-buffer
"s-f" #'+default/search-buffer
"M-s-]" #'next-window-any-frame
"C-M-s-<right>" #'next-window-any-frame
"M-s-[" #'previous-window-any-frame
;; "M-s-<up>" #'backward-paragraph
;; "M-s-<down>" #'forward-paragraph
"C-M-s-<left>" #'previous-window-any-frame
"s-<up>" #'beginning-of-buffer
"s-<down>" #'end-of-buffer
"M-s-v" #'consult-yank-from-kill-ring