Mam następującą dokumentację:
mc/keymap is a variable defined in `multiple-cursors-core.el'.
Its value is (keymap
(67108903 . mc-hide-unmatched-lines-mode)
(27 keymap
(118 . mc/cycle-backward))
(22 . mc/cycle-forward)
(return . multiple-cursors-mode)
(7 . mc/keyboard-quit))
Documentation:
Keymap while multiple cursors are active.
Main goal of the keymap is to rebind C-g and <return> to conclude
multiple cursors editing.
[back]
Wiem, że C-g
i C-v
są 7
i 22
, odpowiednio, ale nie mam pojęcia, co każdy z pozostałych są. Czy jest funkcja, której mogę użyć do tego celu?
(equal (??? (kbd x)) x) => t
keymap
key-bindings
Sean Allred
źródło
źródło