X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;h=fae0e9f94bc1757db4fc29f6d39fd32c302f265c;hp=bb817148862ed8593ef8a5d03979cca28546fa0d;hb=0addb50cbc67c7f01d0c34cd77eef7f135ff9c68;hpb=0898329662b09ac156caaba8d23db6e8e8579319 diff --git a/.vimrc b/.vimrc index bb81714..fae0e9f 100644 --- a/.vimrc +++ b/.vimrc @@ -91,7 +91,7 @@ set titleold= " string to restore the title to when exiting Vim " set titlestring=%t%(\ %M%)%(\ (%{substitute(expand(\"%:p:h\"),\ $HOME,\ \"~\",\ \"\")})%)%(\ %a%)\ -\ %{toupper(v:progname)} " display filename, modification flag, full path, argument list status, " the current user, host and program name (to distinguish vim/view/etc). -set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)\ -\ [%{$USER}@%{hostname()}]\ %{v:progname} +set titlestring=%t%(\ %M%)%(\ (%{substitute(expand(\"%:p:h\"),\ $HOME,\ \"~\",\ \"\")})%)%(\ %a%)\ -\ %{v:progname}\ [%{$USER}@%{hostname()}] " 9 using the mouse