From ad946996f619c264b1527598abf4ecdc8ad4bd57 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 1 Mar 2024 13:18:44 +0800 Subject: tab: add an alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tab-conf.el (tab-prefix-map): Bind 'à' to the same function as that of '0', so that it is easier to type on a keyboard with French layout. --- tab-conf.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tab-conf.el') 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) -- cgit v1.2.3-18-g5258