emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3f05698dfb: * lisp/tab-bar.el (tab-prefix-map): Fix key broken by


From: Juri Linkov
Subject: master 3f05698dfb: * lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
Date: Thu, 28 Jul 2022 15:49:47 -0400 (EDT)

branch: master
commit 3f05698dfb5edfce050c7402ea400b61ad808ce4
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
---
 lisp/tab-bar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index 1a3f35891e..cf5ae09a24 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -2411,7 +2411,7 @@ When `switch-to-buffer-obey-display-actions' is non-nil,
 (keymap-set tab-prefix-map "M"   #'tab-move-to)
 (keymap-set tab-prefix-map "G"   #'tab-group)
 (keymap-set tab-prefix-map "r"   #'tab-rename)
-(keymap-set tab-prefix-map "r"   #'tab-switch)
+(keymap-set tab-prefix-map "RET" #'tab-switch)
 (keymap-set tab-prefix-map "b"   #'switch-to-buffer-other-tab)
 (keymap-set tab-prefix-map "f"   #'find-file-other-tab)
 (keymap-set tab-prefix-map "C-f" #'find-file-other-tab)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]