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,8 +634,8 @@
|
|||
[backspace] #'+snippets/delete-backward-char
|
||||
[delete] #'+snippets/delete-forward-char-or-field)
|
||||
(:map yas-minor-mode-map
|
||||
:i "<tab>" yas-maybe-expand
|
||||
:v "<tab>" #'+snippets/expand-on-region))
|
||||
:ig "<tab>" yas-maybe-expand
|
||||
:v "<tab>" #'+snippets/expand-on-region))
|
||||
|
||||
|
||||
;; --- Major mode bindings --------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue