Make textmate-go-to-symbol keybinding easier to use

This commit is contained in:
2014-03-17 12:54:05 +00:00
parent 3ce03c7a0d
commit dc67a8ca69

View File

@@ -156,7 +156,7 @@
;; Textmate-mode related keybindings
(when (require 'textmate nil 'noerror)
(global-set-key (kbd "C-c C-t") 'textmate-goto-symbol)
(global-set-key (kbd "C-t") 'textmate-goto-symbol)
(global-set-key (kbd "M-p") 'textmate-column-up)
(global-set-key (kbd "M-n") 'textmate-column-down)
(global-set-key (kbd "C-c [") 'textmate-shift-left)