mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 06:37:37 +00:00
Add File Name to Bottom of Window
This commit is contained in:
parent
bc7ccfe6e3
commit
25277919de
@ -66,6 +66,9 @@ set virtualedit=onemore " allow for cursor beyond last character
|
|||||||
set scrolljump=5 " lines to scroll when cursor leaves screen
|
set scrolljump=5 " lines to scroll when cursor leaves screen
|
||||||
set scrolloff=3 " minimum lines to keep above and below cursor
|
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 dirs
|
||||||
set backup
|
set backup
|
||||||
set backupdir=~/.vim/backup
|
set backupdir=~/.vim/backup
|
||||||
|
Loading…
Reference in New Issue
Block a user