General updates

This commit is contained in:
2023-08-26 20:54:52 -07:00
parent 09856a3d9f
commit 6739e1e280
3 changed files with 52 additions and 30 deletions

View File

@@ -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')