tweaks to vim
This commit is contained in:
parent
b3ccf264bb
commit
05b9b74c05
@ -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 '~'
|
||||
|
Loading…
Reference in New Issue
Block a user