Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. mc/keymap is a variable defined in `multiple-cursors-core.el'.
  2. Its value is (keymap
  3. (67108903 . mc-hide-unmatched-lines-mode)
  4. (27 keymap
  5. (118 . mc/cycle-backward))
  6. (22 . mc/cycle-forward)
  7. (return . multiple-cursors-mode)
  8. (7 . mc/keyboard-quit))
  9.  
  10.  
  11. Documentation:
  12. Keymap while multiple cursors are active.
  13. Main goal of the keymap is to rebind C-g and <return> to conclude
  14. multiple cursors editing.
  15.  
  16. [back]
  17.  
  18. (equal (??? (kbd x)) x) => t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement