dotfiles/editors/emacs/bjeanes/bindings.el

8 lines
256 B
EmacsLisp
Raw Normal View History

(global-set-key (kbd "C-x M-f") 'ido-find-file-other-window)
(global-set-key (kbd "C-x m") 'eshell)
2013-03-10 16:42:11 +11:00
(define-key global-map (kbd "C-+") 'text-scale-increase)
(define-key global-map (kbd "C--") 'text-scale-decrease)
(define-key 'help-command "a" 'apropos)