Variable: ctl-x-4-map
ctl-x-4-map is a variable defined in subr.el.gz.
Value
. xref-find-definitions-other-window
0 kill-buffer-and-window
1 same-window-prefix
4 other-window-prefix
C-f find-file-other-window
C-j dired-jump-other-window
C-o display-buffer
a add-change-log-entry-other-window
b switch-to-buffer-other-window
c clone-indirect-buffer-other-window
d dired-other-window
f find-file-other-window
m compose-mail-other-window
p project-other-window-command
r hyrolo-demo-fgrep
Documentation
Keymap for subcommands of \C-x 4.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar ctl-x-4-map (make-sparse-keymap)
"Keymap for subcommands of \\`C-x 4'.")