ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

ctrlp doesn't switch quickfix buffer #542

Open joaobzrr opened 4 years ago

joaobzrr commented 4 years ago

When I select a file with ctrp while the quickfix buffer is the active buffer, it either selects a different buffer or creates a new split. How can I change this so that ctrlp switches the quickfix buffer to the file I selected just like it does whenever any other buffer is the active one.