From 46e72cfd95944d0a4d40510c3a6e8b4d2c9c4fd5 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 9 Sep 2015 16:48:44 -0500 Subject: [PATCH] Broke the statusline configuration for vim onto multiple lines for easier reading --- vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index f5728ed..5031b59 100644 --- a/vimrc +++ b/vimrc @@ -141,7 +141,12 @@ map l set laststatus=2 " Format for the status line -set statusline=\ %{HasPaste()}%F%m%r%h\ %y\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l.%c/%L +set statusline=\ %{HasPaste()} +set statusline+=%F%m%r%h +set statusline+=\ %y +set statusline+=\ %w +set statusline+=\ \ CWD:\ %r%{getcwd()}%h +set statusline+=\ \ \ Line:\ %l.%c/%L """" " Spell Checking