ctrlpvim / ctrlp.vim

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

Can I use the 'lines' extension in CtrlPMixed? #582

Closed samhed closed 2 years ago

samhed commented 2 years ago

First of all, I must say that I love this plugin! Makes life so much easier. Thank you.

My g:ctrlp_cmd is set to "CtrlPMixed" currently. That makes CtrlP search for files, buffers and most recent files by default. To do a fuzzy search for lines I need to Ctrl+f to switch to lines-mode. Is there any way I can include lines in the mixed search?

tacahiroy commented 2 years ago

Unfortunately ctrlp.vim itself doesn't support that function. But I think it is possible to achieve that by creating a ctrlp.vim extension.

samhed commented 2 years ago

Okay, thanks for the reply. I have a different hotkey for lines search, that works fine for now.

tacahiroy commented 2 years ago

ok then closing it.