Skip to content

Instantly share code, notes, and snippets.

@xkr47
Created December 18, 2015 09:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xkr47/25a855ef69e19b538530 to your computer and use it in GitHub Desktop.
Save xkr47/25a855ef69e19b538530 to your computer and use it in GitHub Desktop.
Emacs keybindings for zooming font size
; For finnish keyboard layout. Uses Ctrl + the two keys to the right of non-numpad number key "0"
(define-key global-map [?\C-+] 'text-scale-increase)
(define-key global-map [?\C-'] 'text-scale-decrease)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment