Skip to content

Instantly share code, notes, and snippets.

@hawkowl
Created February 5, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkowl/5a9c4e74638b05b3a1d9 to your computer and use it in GitHub Desktop.
Save hawkowl/5a9c4e74638b05b3a1d9 to your computer and use it in GitHub Desktop.
(require 'multiple-cursors)
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment