General updates
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
if has("nvim")
|
||||
else
|
||||
if has("mac")
|
||||
set guifont=Iosevka-Term:h16
|
||||
set guifont=Iosevka-Term:h20
|
||||
elseif has("win32")
|
||||
set guifont=Iosevka\ Term\ Regular\ 15
|
||||
else
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
set columns=120 lines=54
|
||||
|
||||
" Hide/Show menu and tool bar
|
||||
" Hide/Show menu and tool bar
|
||||
function! ToggleGUICruft()
|
||||
if &guioptions=='iaA'
|
||||
exec('set guioptions=imTrLaA')
|
||||
|
Reference in New Issue
Block a user