diff options
| author | Marc Vertes <mvertes@free.fr> | 2026-03-04 13:17:42 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2026-03-04 13:17:42 +0100 |
| commit | fd6b3c227d160d79f0fb9995e66d16dc836432ab (patch) | |
| tree | d45e35c2ea7c58a1cc24ba7abd76b01273854cd7 /.vimrc | |
| parent | ab50c65a89f324c1ba11e4e50a8a954ce27cf02f (diff) | |
add .gitignore_global; support debian
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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
|
