Skip to content

Commit

Permalink
Multiple-cursors bindings for insertless keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Jan 13, 2015
1 parent d8ffbe9 commit 3403016
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bodil/bodil-editing.el
Expand Up @@ -9,11 +9,9 @@

;; Multiple cursors!
(package-require 'multiple-cursors)
(global-set-key (kbd "S-<insert>") 'mc/edit-lines)
(global-set-key (kbd "C-<print>") 'mc/mark-previous-like-this)
(global-set-key (kbd "<insert>") 'mc/mark-next-like-this)
(global-set-key (kbd "C-M-<insert>") 'mc/mark-more-like-this-extended)
(global-set-key (kbd "C-<insert>") 'mc/mark-all-like-this-dwim)
(global-set-key (kbd "C-'") 'mc/mark-more-like-this-extended)
(global-set-key (kbd "C-\"") 'mc/mark-all-like-this-dwim)
(global-set-key (kbd "C-M-'") 'mc/edit-lines)

;; expand-region <3 @magnars
(package-require 'expand-region)
Expand Down

0 comments on commit 3403016

Please sign in to comment.