set a smaller fontsize in browser

This commit is contained in:
Daniel Knüttel 2021-03-13 10:33:41 +01:00
parent 5f8aee7fc7
commit d65a7cacf3
1 changed files with 2 additions and 0 deletions

View File

@ -250,4 +250,6 @@ nmap <leader>r <Plug>SlimeParagraphSend
if exists('g:started_by_firenvim')
imap <C-j> <C-n>
set fileformat=dos
colorscheme morning
set guifont=:h9
endif