kien / ctrlp.vim

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

Ctrl + s hang ctrlp #734

Closed xahon closed 7 years ago

xahon commented 7 years ago

If i press ctrl + s when ctrlp is opened vim becomes unresponding to any actions, but seems to be working. Cursor blinking, etc..

maisieccino commented 7 years ago

This is a general vim feature, not a ctrlp bug (essentially it's a "pause" command for vim). Ctrl+q should resume vim!

Detailed explanation: https://unix.stackexchange.com/a/72092