Variable: ctl-x-x-map
ctl-x-x-map is a variable defined in bindings.el.gz.
Value
@ tramp-revert-buffer-with-sudo
f font-lock-update
g revert-buffer-quick
i insert-buffer
n clone-buffer
r rename-buffer
t toggle-truncate-lines
u rename-uniquely
Documentation
Keymap for subcommands of \C-x x.
Source Code
;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar-keymap ctl-x-x-map
:doc "Keymap for subcommands of \\`C-x x'."
"f" #'font-lock-update
"g" #'revert-buffer-quick
"r" #'rename-buffer
"u" #'rename-uniquely
"n" #'clone-buffer
"i" #'insert-buffer
"t" #'toggle-truncate-lines
"@" #'tramp-revert-buffer-with-sudo)