Variable: tab-prefix-map
tab-prefix-map is a variable defined in subr.el.gz.
Value
0 tab-close
1 tab-close-other
2 tab-new
C-f find-file-other-tab
C-r find-file-read-only-other-tab
G tab-group
M tab-move-to
N tab-new-to
O tab-previous
RET tab-switch
^ f tab-detach
b switch-to-buffer-other-tab
d dired-other-tab
f find-file-other-tab
m tab-move
n tab-duplicate
o tab-next
p project-other-tab-command
r tab-rename
t other-tab-prefix
u tab-undo
Documentation
Keymap for tab-bar related commands.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar tab-prefix-map (make-sparse-keymap)
"Keymap for tab-bar related commands.")