Hacker News new | ask | show | jobs
by lloeki 4035 days ago
I'm using this with fugitive.vim all the time:

    :Glog     # this can take arguments to reduce scope
    :cnext    # repeat!
    :cprev    # step back!
bonus: unimpaired.vim binds those quickfix navigation commands to [q and ]q.