1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 03:20:29 +01:00

Make gui font a bit smaller

This commit is contained in:
2022-10-02 11:26:30 +02:00
parent 7425fe57f1
commit bc85cef317

2
vimrc
View File

@@ -758,7 +758,7 @@ command W w !sudo tee "%" > /dev/null
"}}}
" GUI: detect graphics mode, set colorscheme {{{
if has('gui_running')
set guifont=RobotoMono\ Nerd\ Font\ 12
set guifont=RobotoMono\ Nerd\ Font\ 11
set mouse=a "Enable mouse support
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
" window in one place, and also this will conserve space. Tabs are huge