Vim Tips Wiki
(adding terminals category)
(Remove html character entities)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
|version=5.7
 
|version=5.7
 
|rating=85/45
 
|rating=85/45
  +
|category1=Options
 
|category2=Terminals
 
}}
 
}}
 
To make your xterm inherit the title from Vim. e.g. 'Vim - ~/.vimrc' put this in your vimrc:
 
To make your xterm inherit the title from Vim. e.g. 'Vim - ~/.vimrc' put this in your vimrc:
  +
<pre>
 
:set title
+
:set title
  +
</pre>
   
 
==References==
 
==References==
Line 18: Line 21:
   
 
==Comments==
 
==Comments==
 
----
 
[[Category:Options]]
 
[[Category:Terminals]]
 

Latest revision as of 08:19, 28 September 2008

Tip 23 Printable Monobook Previous Next

created March 1, 2001 · complexity basic · author stone · version 5.7


To make your xterm inherit the title from Vim. e.g. 'Vim - ~/.vimrc' put this in your vimrc:

:set title

References[]

Comments[]