diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-30 14:33:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 14:33:04 +0800 |
| commit | 4c7364b84fa356ba4c15254b275d5d41e306820f (patch) | |
| tree | 0ad1cbc6f8ab75679e8f134faa8261a36b4a022f | |
| parent | 56b28dcfbe568f6b5b567bc78067cbcb116b54b1 (diff) | |
Increase font size for fvim
| -rw-r--r-- | ginit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ endif if exists('g:fvim_loaded') set termguicolors colorscheme gruvbox8_hard - set guifont=Hack:h12 + set guifont=Hack:h13 inoremap <silent> <S-Insert> <C-R>+ cnoremap <silent> <S-Insert> <C-R>+ |
