mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix wrong function names in non-evil yas-keymap
This commit is contained in:
@ -281,8 +281,8 @@
|
||||
(:after yasnippet
|
||||
;; keymap while editing an inserted snippet
|
||||
(:map yas-keymap
|
||||
"C-e" #'snippets/goto-end-of-field
|
||||
"C-a" #'snippets/goto-start-of-field
|
||||
"C-e" #'+snippets/goto-end-of-field
|
||||
"C-a" #'+snippets/goto-start-of-field
|
||||
"<S-tab>" #'yas-prev-field
|
||||
"<M-backspace>" #'+snippets/delete-to-start-of-field
|
||||
[backspace] #'+snippets/delete-backward-char
|
||||
|
Reference in New Issue
Block a user