autojump.vim icon indicating copy to clipboard operation
autojump.vim copied to clipboard

Adds autojump support to vim

Results 4 autojump.vim issues
Sort by recently updated
recently updated
newest added

Completion is not working because of invalid cli argument. #7 PR has the fix for it.

:Jh for opening new file in a horizontal split :Jv for opening new file in a vertical split

It'd be wickedly more useful that way. Right now I have to sort of guess what a keyword will complete to or type __2 to get a secondary.

feature

Autojump already works like this. So if two files matched "c", e.g., "call.rb" and "connection.rb" :J c => go to "call.rb" :J c => (while in call.rb) go to "connection.rb"

feature