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

View File

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