config/default: fix yasnippet TAB keybinds in tty emacs
This commit is contained in:
parent
c1d1753490
commit
2ff7f48994
1 changed files with 3 additions and 1 deletions
|
@ -656,7 +656,9 @@
|
||||||
[delete] #'+snippets/delete-forward-char-or-field)
|
[delete] #'+snippets/delete-forward-char-or-field)
|
||||||
(:map yas-minor-mode-map
|
(:map yas-minor-mode-map
|
||||||
:ig "<tab>" yas-maybe-expand
|
:ig "<tab>" yas-maybe-expand
|
||||||
:v "<tab>" #'yas-insert-snippet))
|
:v "<tab>" #'yas-insert-snippet
|
||||||
|
:ig "TAB" yas-maybe-expand
|
||||||
|
:v "TAB" #'yas-insert-snippet))
|
||||||
|
|
||||||
|
|
||||||
;; --- Major mode bindings --------------------------
|
;; --- Major mode bindings --------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue