From 9e0b92a386b332a1ac8f3708a8b3b3c72f426964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Tue, 26 Sep 2017 11:57:53 +0300 Subject: [PATCH] Add bindings for font size adjustment --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) 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