mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.
This commit is contained in:
parent
dc96fe5c10
commit
3f05698dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue