cleaning up, fixing bindings, prep for big update

This commit is contained in:
Matt Nish-Lapidus 2025-01-03 23:24:29 -05:00
parent 20b35a3b70
commit 4392237f11
5 changed files with 23 additions and 63 deletions

View file

@ -549,6 +549,14 @@
;; make esc close completion from corfu
(map! :map corfu-map [escape] 'corfu-quit)
(map! :map sly-mode-map
"<up>" #'sly-mrepl-previous-input-or-button
"<down>" #'sly-mrepl-next-input-or-button)
(map! :map vterm-mode-map
"<up>" #'vterm--self-insert
"<up>" #'vterm--self-insert)
;; main meow normal mode keymap
(map! :map meow-normal-state-keymap
"<" #'meow-beginning-of-thing