Browse Source

Broke the statusline configuration for vim onto multiple lines for easier reading

master
Drew Short 9 years ago
parent
commit
46e72cfd95
  1. 7
      vimrc

7
vimrc

@ -141,7 +141,12 @@ map <C-l> <C-W>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

Loading…
Cancel
Save