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

Jump to next file if you're already on the first match

Open matschaffer opened this issue 14 years ago • 0 comments

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"

matschaffer avatar Nov 08 '10 15:11 matschaffer