Skip to content

any-jump.vim 0.5 - many minor changes and updates

Compare
Choose a tag to compare
@pechorin pechorin released this 09 Mar 19:18
· 54 commits to master since this release

Thanks for great support to plugin, i continue to support and work on this plugin cause any-jump is one my primary work tool (aside vim and other tools).

  • visual mode jump added
  • s, v, t for opening result in split/vsplit/new tab
  • added ability to customise colors
  • ability to remove vsc rg and ag ignoring with let g:any_jump_disable_vcs_ignore
  • search references only for current file type let g:any_jump_references_only_for_current_filetype
  • ability to ignore specific file with call g:AnyJumpAddIgnoredFile('tags')
  • vim behaviour is stable now
  • many other fixes

Additionally thanks to all contributors.