Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created December 7, 2014 22:45
Show Gist options
  • Save jpemberthy/8ebe920fe3555c9c928a to your computer and use it in GitHub Desktop.
Save jpemberthy/8ebe920fe3555c9c928a 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