diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 1cb98c4..b11e8f0 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -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