private/default: add tab yas-expand keybind for emacs states
This commit is contained in:
parent
a22e4ca9d9
commit
fa19eaf8e0
1 changed files with 2 additions and 2 deletions
|
@ -634,7 +634,7 @@
|
||||||
[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-maybe-expand
|
:ig "<tab>" yas-maybe-expand
|
||||||
:v "<tab>" #'+snippets/expand-on-region))
|
:v "<tab>" #'+snippets/expand-on-region))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue