Jump to and from the quickfix window

1 Point

Romain Lafourcade Romain Lafourcade

9 years ago

Jump to and from the quickfix window.

nnoremap <expr> <key> &filetype == "qf" ? "<C-w>p" : "<C-w>b"