tweaks to vim
This commit is contained in:
parent
b3ccf264bb
commit
05b9b74c05
@ -6,9 +6,13 @@ colorscheme iceberg
|
|||||||
|
|
||||||
" Default GUI Window Geometry
|
" Default GUI Window Geometry
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
" Preferred window size
|
||||||
set lines=29 columns=105
|
set lines=29 columns=105
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Show tabs at the top of the editor
|
||||||
|
set showtabline=2
|
||||||
|
|
||||||
" Render newlines with '$'
|
" Render newlines with '$'
|
||||||
" Render Tabs with '>-'
|
" Render Tabs with '>-'
|
||||||
" Render Trailing Whitespace with '~'
|
" Render Trailing Whitespace with '~'
|
||||||
|
Loading…
Reference in New Issue
Block a user