set titlestring
This commit is contained in:
parent
d53c913b23
commit
52e08bb0a6
1
vimrc
1
vimrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user