Skip to content

Instantly share code, notes, and snippets.

@cboddy
Last active January 2, 2024 13:08
Show Gist options
  • Save cboddy/ebc9df22ce2da661152c722a0da9c87a to your computer and use it in GitHub Desktop.
Save cboddy/ebc9df22ce2da661152c722a0da9c87a to your computer and use it in GitHub Desktop.
function CreateAndSetTags()
exec ':!ctags -R --languages=python -o tags $VIRTUAL_ENV `git rev-parse --show-toplevel`'
set tags=./tags,tags
endfunction
nmap <silent> <F4> :call CreateAndSetTags()<CR>
" C-], tn, tb, F4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment