diff options
Diffstat (limited to 'common/.emacs.d')
-rw-r--r-- | common/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 29e9dca..8ff11d2 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -2209,6 +2209,7 @@ Only works on a single file." tab-bar-auto-width-max nil tab-bar-close-button-show nil tab-bar-format '(tab-bar-format-tabs tab-bar-separator)) + (keymap-global-set "C-x t M" 'tab-bar-move-tab-backward) (tab-bar-history-mode)) (use-package hide-mode-line |