Ich habe folgende Dokumentation:
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]
Ich weiß , dass C-g
und C-v
sind 7
und 22
jeweils, aber ich habe keine Ahnung , was alle anderen sind. Gibt es eine Funktion, mit der ich dies tun kann?
(equal (??? (kbd x)) x) => t