Skip to content

Commit

Permalink
Add bindings for font size adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Sep 26, 2017
1 parent 39ff8fa commit 9e0b92a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -358,3 +358,6 @@ function! SmallerFont()
call AdjustFontSize(-1)
endfunction
command! SmallerFont call SmallerFont()

nnoremap <C-=> :LargerFont<CR>
nnoremap <C--> :SmallerFont<CR>

0 comments on commit 9e0b92a

Please sign in to comment.