Vim Tips Wiki
(Move categories to tip template)
(Remove html character entities)
Line 21: Line 21:
   
 
==Comments==
 
==Comments==
 
----
 

Revision as of 09:21, 29 September 2008

Tip 753 Printable Monobook Previous Next

created June 21, 2004 · complexity basic · author Rob Allen · version 6.0


To get the File, Open dialog box to default to the current file's directory add:

set browsedir=buffer

to your vimrc file.

Comments