mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Make textmate-go-to-symbol keybinding easier to use
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user