Add File Name to Bottom of Window

This commit is contained in:
ViViDboarder 2012-12-10 14:29:24 -05:00
parent bc7ccfe6e3
commit 25277919de
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ set virtualedit=onemore " allow for cursor beyond last character
set scrolljump=5 " lines to scroll when cursor leaves screen
set scrolloff=3 " minimum lines to keep above and below cursor
" Display filename at bottom of window
set ls=2
"Set backup dirs
set backup
set backupdir=~/.vim/backup