diff --git a/home/shell/vimrc b/home/shell/vimrc index e1d7e8d..8e62a5e 100644 --- a/home/shell/vimrc +++ b/home/shell/vimrc @@ -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 '~'