Adds OSX command +/- keybindings for font scaling

This commit is contained in:
Josh Greenwood 2015-05-29 15:34:20 -04:00 committed by syl20bnr
parent 97985c6cb9
commit 94a42afc45

View file

@ -6,6 +6,8 @@
(setq mac-option-modifier 'meta)
;; Keybindings
(global-set-key (kbd "s-=") 'text-scale-increase)
(global-set-key (kbd "s--") 'text-scale-decrease)
(global-set-key (kbd "s-q") 'save-buffers-kill-terminal)
(global-set-key (kbd "s-v") 'yank)
(global-set-key (kbd "s-c") 'kill-ring-save)