Vim Title Formatter : Formats the gvim instance titlebar string for efficiency
script karma |
Rating 11/7,
Downloaded by 781 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Densel Santhmayor |
|
script type |
utility |
|
description |
This simple script formats the title string of the gvim/vim instance in the following format:
<servername/user-defined title> | <current filename> (<filepath>)
A user-defined title will take precedence over the servername. If the servername and user-defined title are both not defined or blank, then the title is simply
<filename> (<filepath>)
If you ever work on multiple projects (each with its files open in a single gvim instance), then using this script, a glance will tell you which instance you're looking at (based on servername or user-defined title)
:SetVimTitleString <titlestring>
will set the title of the window.
:ClearVimTitleString
will clear the title of the window. |
|
install details |
Simply copy the file into your .vim/plugin directory.
:SetVimTitleString <titlestring>
will set the title of the window.
:ClearVimTitleString
will clear the title of the window. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.145.86.137
|