tweaks to vim

This commit is contained in:
David Todd 2020-10-05 17:02:00 -05:00
parent b3ccf264bb
commit 05b9b74c05

View File

@ -6,9 +6,13 @@ colorscheme iceberg
" Default GUI Window Geometry
if has("gui_running")
" Preferred window size
set lines=29 columns=105
endif
" Show tabs at the top of the editor
set showtabline=2
" Render newlines with '$'
" Render Tabs with '>-'
" Render Trailing Whitespace with '~'