From fd6b3c227d160d79f0fb9995e66d16dc836432ab Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 4 Mar 2026 13:17:42 +0100 Subject: add .gitignore_global; support debian --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 1eae08b..a0a0181 100644 --- a/.vimrc +++ b/.vimrc @@ -194,6 +194,7 @@ command! Blame normal!:let @a=expand('%'):let @b=line('.'):new:set b " edit current word as file noremap ge :e +noremap gE :e " create a tag entry for current filename " noremap gt :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags noremap t :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags -- cgit v1.2.3