mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
config/default: fix yasnippet TAB keybinds in tty emacs
This commit is contained in:
@ -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 --------------------------
|
||||||
|
Reference in New Issue
Block a user