set titlestring

This commit is contained in:
Josh Holtrop 2016-06-30 12:14:05 -04:00
parent d53c913b23
commit 52e08bb0a6

1
vimrc
View File

@ -49,6 +49,7 @@ if has("gui_running")
set nomousehide set nomousehide
hi ColorColumn guibg=#220000 hi ColorColumn guibg=#220000
set showtabline=2 set showtabline=2
let &titlestring=tolower(substitute(v:servername, "\\d$", "", "")) . ": %t%m (%{expand('%:p:h')})"
else else
" console-specific settings " console-specific settings
set scrolloff=4 set scrolloff=4