diff --git a/.vimrc b/.vimrc index 662e8a7..7a64338 100644 --- a/.vimrc +++ b/.vimrc @@ -358,3 +358,6 @@ function! SmallerFont() call AdjustFontSize(-1) endfunction command! SmallerFont call SmallerFont() + +nnoremap :LargerFont +nnoremap :SmallerFont