projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc96fe5
)
* lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
author
Juri Linkov
<juri@linkov.net>
Thu, 28 Jul 2022 19:49:09 +0000
(22:49 +0300)
committer
Juri Linkov
<juri@linkov.net>
Thu, 28 Jul 2022 19:49:09 +0000
(22:49 +0300)
lisp/tab-bar.el
patch
|
blob
|
history
diff --git
a/lisp/tab-bar.el
b/lisp/tab-bar.el
index 1a3f35891efe45850dcfd222a23d9b6e7a0aa9d3..cf5ae09a2479451108e154fc49d80d6de31a18cf 100644
(file)
--- 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)