diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -186,7 +186,4 @@ command! Blame normal!:let @a=expand('%')<CR>:let @b=line('.')<CR>:new<CR>:set b " edit current word as file noremap ge :e <cWORD>
" create a tag entry for current filename -noremap gt :!echo "% % 1" >> tags; sort -o tags -u tags
- -" create a file form word and index it in tags -map gf "ayeo"apI:!touch "bdd@b
o"apA "apA 1' >> tags; sort -o tags -u tagsI:!echo '"bdd@b
+noremap gt :!echo "% % 1" >> tags; sort -o tags -Vu tags
|
