mirror of
https://github.com/amix/vimrc
synced 2025-07-04 15:04:59 +08:00
add guifont
This commit is contained in:
@ -121,3 +121,8 @@ augroup Binary
|
||||
au BufWritePost *.bin if &bin | %!xxd
|
||||
au BufWritePost *.bin set nomod | endif
|
||||
augroup END
|
||||
|
||||
" if use gvim then change guifont
|
||||
if has('gui_running')
|
||||
set guifont=Lucida_Console:h12
|
||||
endif
|
||||
|
Reference in New Issue
Block a user