From 05b9b74c05da6bd32508dd49b9086c1484a4d86d Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 5 Oct 2020 17:02:00 -0500 Subject: [PATCH] tweaks to vim --- home/shell/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 '~'