Vim Tips Wiki
(Remove html character entities)
m (category)
 
Line 9: Line 9:
 
|version=6.0
 
|version=6.0
 
|rating=8/4
 
|rating=8/4
|category1=
+
|category1=Navigation
 
|category2=
 
|category2=
 
}}
 
}}

Latest revision as of 15:36, 3 May 2011

Tip 568 Printable Monobook Previous Next

created September 30, 2003 · complexity basic · author mosh · version 6.0


Create and use $TMP/tags for local source dir (which may be unwriteable). Unix users can change c:/tmp to ~/tmp/ (I use $TMP with sh).

:map <c-k>t :!(cd %:p:h;ctags -o c:/tmp/tags -R .)&<CR>:set tags^=c:/tmp/tags<CR>

Comments[]