feature/snippets: clean up yas-keymap bindings
This commit is contained in:
parent
501ccbdb3d
commit
290cd95a4c
1 changed files with 2 additions and 4 deletions
|
@ -45,12 +45,10 @@
|
|||
"C-a" '+snippets/goto-start-of-field
|
||||
"<M-right>" '+snippets/goto-end-of-field
|
||||
"<M-left>" '+snippets/goto-start-of-field
|
||||
"<S-tab>" 'yas-prev-field
|
||||
"<backtab>" 'yas-prev-field
|
||||
"<M-backspace>" '+snippets/delete-to-start-of-field
|
||||
"<escape>" 'evil-normal-state
|
||||
[escape] 'evil-normal-state
|
||||
[backspace] '+snippets/delete-backward-char
|
||||
"<delete>" '+snippets/delete-forward-char-or-field)
|
||||
[delete] '+snippets/delete-forward-char-or-field)
|
||||
|
||||
(:map yas-minor-mode-map
|
||||
:i [tab] 'yas-expand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue