summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
committerMarc Vertes <mvertes@free.fr>2026-03-04 13:17:42 +0100
commitfd6b3c227d160d79f0fb9995e66d16dc836432ab (patch)
treed45e35c2ea7c58a1cc24ba7abd76b01273854cd7 /.vimrc
parentab50c65a89f324c1ba11e4e50a8a954ce27cf02f (diff)
add .gitignore_global; support debian
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 1eae08b..a0a0181 100644
--- a/.vimrc
+++ b/.vimrc
@@ -194,6 +194,7 @@ command! Blame normal!:let @a=expand('%')<CR>:let @b=line('.')<CR>:new<CR>:set b
" edit current word as file
noremap ge :e <cword>
+noremap gE :e <cWORD>
" create a tag entry for current filename
" noremap gt :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags
noremap <leader>t :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags