autojump.vim
autojump.vim copied to clipboard
Jump to next file if you're already on the first match
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"