diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 61ae04cf3..150879002 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -339,6 +339,8 @@ HPADDING is the horizontal spacing betwee the content line and the frame border. ;;this feels like the wrong place to put these (add-hook 'spacemacs-mode-hook (lambda () (local-set-key [tab] 'widget-forward) - (local-set-key [S-tab] 'widget-backward))) + (local-set-key [S-tab] 'widget-backward) + (local-set-key [backtab] 'widget-backward) + )) (provide 'core-spacemacs-buffer)