Make File-Open track directory of current file Edit History Talk0 1,599pages on this wiki Revision as of 15:01, March 5, 2009 by Fritzophrenic (Talk | contribs) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff) 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. CommentsEdit Read more To undo recent changes, use the undo command: u: undo last change (can be repeated to undo... Undo and Redo After executing :make or :grep you can browse the list of errors/matches, and the appropriate... Show only lines in quickfix list for current buffer If you include the "r" or "o" flag in the 'formatoptions' option (help'fo', helpfo-table) then... Removing automatic comment leaders Categories: VimTip File Handling