From 002cc250e24d2da9477f71861b6cfc8652503b5c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 1 Sep 2025 23:50:54 +0200 Subject: nvi vim support for dotfiles --- .vimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index f47b7b8..3f29700 100644 --- a/.vimrc +++ b/.vimrc @@ -186,7 +186,4 @@ command! Blame normal!:let @a=expand('%'):let @b=line('.'):new:set b " edit current word as file noremap ge :e " 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 -- cgit v1.2.3