Skip to content

Commit

Permalink
Easy contract region
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Feb 13, 2014
1 parent 4af3250 commit 906f423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions key-bindings.el
Expand Up @@ -21,6 +21,7 @@

;; Expand region (increases selected region by semantic units)
(global-set-key (if is-mac (kbd "C-@") (kbd "C-'")) 'er/expand-region)
(global-set-key (kbd "C-*") 'er/contract-region)

;; Experimental multiple-cursors
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
Expand Down

0 comments on commit 906f423

Please sign in to comment.