我有以下文档:
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]
我知道C-g
和C-v
是7
与22
分别,但我不知道任何其他人都。我有可以使用的功能吗?
(equal (??? (kbd x)) x) => t