diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index ebd85a5e5..1b772e441 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -656,7 +656,9 @@ [delete] #'+snippets/delete-forward-char-or-field) (:map yas-minor-mode-map :ig "" yas-maybe-expand - :v "" #'yas-insert-snippet)) + :v "" #'yas-insert-snippet + :ig "TAB" yas-maybe-expand + :v "TAB" #'yas-insert-snippet)) ;; --- Major mode bindings --------------------------