From 128823793929330f205b4c33863625d195175d71 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 6 Mar 2013 16:48:39 +0100 Subject: [PATCH] vim: modify statusline --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 77c49d3..1198048 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -81,7 +81,7 @@ set wildmode=longest:full,full set wildignore=*~,*.o,*.obj,*.bak,*.exe,*.class,*.jpg,*.png,*.gif,*.mp3 set laststatus=2 -set statusline=%f\ %m\ [%{&ff}]\ [%Y]\ [%{&fileencoding}]%=[%04l,\ %04v]\ [len=%04L] +set statusline=%f\ %m\ %Y\|%{&ff}\|%{&fileencoding}%=%vx%l\ [%03L] set nocursorline set nocursorcolumn