diff options
Diffstat (limited to 'tab-conf.el')
-rw-r--r-- | tab-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tab-conf.el b/tab-conf.el index 6062abc..afe5047 100644 --- a/tab-conf.el +++ b/tab-conf.el @@ -8,6 +8,7 @@ (define-key tab-switcher-mode-map (vector ?p) #'tab-switcher-prev-or-last) (define-key tab-prefix-map (vector 'tab) #'tab-switcher) (define-key tab-prefix-map (vector ?c) #'durand-tab-list) +(define-key tab-prefix-map (vector ?à) #'tab-close) (define-key global-map (vector ?\s-t) #'durand-switch-tab-dwim) (define-key global-map (vector ?\s-T) #'tab-switcher) |