Merge pull request #1194 from flatwhatson/fix-yas-bindings

Fix wrong function names in non-evil yas-keymap
This commit is contained in:
Henrik Lissner 2019-02-23 23:13:13 -05:00 committed by GitHub
commit de3f38c00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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