autojump.vim
autojump.vim copied to clipboard
Adds autojump support to vim
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.
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"