mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add console-friendly keybindings for textmate-shift-[left|right]
This commit is contained in:
@@ -87,7 +87,9 @@
|
||||
(global-set-key (kbd "C-x C-t") 'textmate-goto-file)
|
||||
(global-set-key (kbd "C-c 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 "M-n") 'textmate-column-down)
|
||||
(global-set-key (kbd "C-c [") 'textmate-shift-left)
|
||||
(global-set-key (kbd "C-c ]") 'textmate-shift-right))
|
||||
|
||||
;; Set/increase/decrease transparency (via helpers.el)
|
||||
(global-set-key (kbd "C-|") 'transparency-set-value)
|
||||
|
||||
Reference in New Issue
Block a user