mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/snippets: clean up yas-keymap bindings
This commit is contained in:
@ -45,12 +45,10 @@
|
|||||||
"C-a" '+snippets/goto-start-of-field
|
"C-a" '+snippets/goto-start-of-field
|
||||||
"<M-right>" '+snippets/goto-end-of-field
|
"<M-right>" '+snippets/goto-end-of-field
|
||||||
"<M-left>" '+snippets/goto-start-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
|
"<M-backspace>" '+snippets/delete-to-start-of-field
|
||||||
"<escape>" 'evil-normal-state
|
[escape] 'evil-normal-state
|
||||||
[backspace] '+snippets/delete-backward-char
|
[backspace] '+snippets/delete-backward-char
|
||||||
"<delete>" '+snippets/delete-forward-char-or-field)
|
[delete] '+snippets/delete-forward-char-or-field)
|
||||||
|
|
||||||
(:map yas-minor-mode-map
|
(:map yas-minor-mode-map
|
||||||
:i [tab] 'yas-expand
|
:i [tab] 'yas-expand
|
||||||
|
Reference in New Issue
Block a user