Vim Tips Wiki
m (Make File PIPE Open dialog track the current file's directory moved to Make File-Open track directory of current file: Page moved by JohnBot to improve title)
m (add category so tip can be found easier)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{TipImported
{{review}}
 
{{Tip
 
 
|id=753
 
|id=753
  +
|previous=752
|title=Make File__PIPE__Open dialog track the current file's directory
 
  +
|next=754
|created=June 21, 2004 8:10
+
|created=June 21, 2004
 
|complexity=basic
 
|complexity=basic
 
|author=Rob Allen
 
|author=Rob Allen
 
|version=6.0
 
|version=6.0
 
|rating=38/30
 
|rating=38/30
  +
|category1=File Handling
|text=
 
  +
|category2=
To get the FIle | Open dialog box to default to the current file's directory add:
 
 
}}
 
 
To get the File, Open dialog box to default to the current file's directory add:
 
 
set browsedir=buffer
 
 
   
  +
<pre>
 
set browsedir=buffer
  +
</pre>
   
 
to your vimrc file.
 
to your vimrc file.
}}
 
   
== Comments ==
+
==Comments==
<!-- parsed by vimtips.py in 0.474683 seconds-->
 

Latest revision as of 15:01, 5 March 2009

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[]