mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Change font size for gtk3 gvim
This commit is contained in:
2
vimrc
2
vimrc
@@ -713,7 +713,7 @@ command W w !sudo tee "%" > /dev/null
|
|||||||
"}}}
|
"}}}
|
||||||
" GUI: detect graphics mode, set colorscheme {{{
|
" GUI: detect graphics mode, set colorscheme {{{
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set guifont=DejaVuSansMono\ Nerd\ Font\ Mono\ 12
|
set guifont=DejaVuSansMono\ Nerd\ Font\ Mono\ 10
|
||||||
set mouse=a "Enable mouse support
|
set mouse=a "Enable mouse support
|
||||||
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
|
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
|
||||||
" window in one place, and also this will conserve space. Tabs are huge
|
" window in one place, and also this will conserve space. Tabs are huge
|
||||||
|
|||||||
Reference in New Issue
Block a user