kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 677 forks source link

Is there a way to configure ctrlp to open in the regexp mode by default? #811

Closed xealits closed 2 months ago

xealits commented 2 months ago

I.e. so that you don't have to ctrl-r each time after ctrl-p?

xealits commented 2 months ago

Found it in the docs! :help ctrlp-options

Set this to 1 to set regexp search as the default:
  let g:ctrlp_regexp = 0

Also, I had to post it on the new repository https://github.com/ctrlpvim/ctrlp.vim