systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 631aa0cb8766e29b6af55a2f0fca36a54ce7e157
parent 5586820143b1a0bec0f06a47c5faf665f81e43bd
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Tue, 18 Jul 2017 10:25:52 +0200

vim: display status line and filename

dotfiles/.vimrc | 4 ++++
1 file changed, 4 insertions(+)

Diffstat:
Mdotfiles/.vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc @@ -174,3 +174,7 @@ nnoremap <F11> :SyntasticToggleMode<cr> " undotree nnoremap <F5> :UndotreeToggle<cr> + +" display status line and filename +set statusline="%f%m%r%h%w [%Y] [0x%02.2B]%< %F%=%4v,%4l %3p%% of %L" +set laststatus=2