cleaning up, fixing bindings, prep for big update
This commit is contained in:
parent
20b35a3b70
commit
4392237f11
5 changed files with 23 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue