Skip to content

Commit

Permalink
fixes trim-selection hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Dec 15, 2010
1 parent a03c4f8 commit e11f3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializers.available/textmate-plus.el
Expand Up @@ -34,7 +34,7 @@
(filter-buffer-substring (- p2 1) p2 t)
(filter-buffer-substring p1 (+ p1 1) t)))

(global-set-key (kbd "<C-M-delete>") 'trim-selection)
(global-set-key (kbd "<C-s-backspace>") 'trim-selection)
(global-set-key (kbd "s-(") 'select-previous-paren)
(global-set-key (kbd "s-)") 'select-next-paren)
(global-set-key (kbd "C-s-0") 'select-outer-paren)
Expand Down

0 comments on commit e11f3a5

Please sign in to comment.