Fix wrong function names in non-evil yas-keymap
This commit is contained in:
parent
acddf6a047
commit
e479e83534
1 changed files with 2 additions and 2 deletions
|
@ -281,8 +281,8 @@
|
||||||
(:after yasnippet
|
(:after yasnippet
|
||||||
;; keymap while editing an inserted snippet
|
;; keymap while editing an inserted snippet
|
||||||
(:map yas-keymap
|
(:map yas-keymap
|
||||||
"C-e" #'snippets/goto-end-of-field
|
"C-e" #'+snippets/goto-end-of-field
|
||||||
"C-a" #'snippets/goto-start-of-field
|
"C-a" #'+snippets/goto-start-of-field
|
||||||
"<S-tab>" #'yas-prev-field
|
"<S-tab>" #'yas-prev-field
|
||||||
"<M-backspace>" #'+snippets/delete-to-start-of-field
|
"<M-backspace>" #'+snippets/delete-to-start-of-field
|
||||||
[backspace] #'+snippets/delete-backward-char
|
[backspace] #'+snippets/delete-backward-char
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue