Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created April 3, 2013 12:35
Show Gist options
  • Select an option

  • Save rlb3/5300786 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5300786 to your computer and use it in GitHub Desktop.
(require 'multiple-cursors)
(global-set-key (kbd "C-c C-e") 'mc/edit-lines)
(global-set-key (kbd "C-c C-f") 'mc/mark-next-like-this)
(global-set-key (kbd "C-c C-b") 'mc/mark-previous-like-this)
(global-set-key (kbd "C-c C-x f") 'mc/mark-all-like-this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment