This is happening in python files.
For example, I want to do type “fC” in normal mode, and instead of finding the first “C” character, it is just doing code fold toggling.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Real answer:
Are you using this plugin? Under 4, it says that pressing “f” toggles the fold (in certain conditions).
Original answer:
I’m not sure what fC does, because it doesn’t do anything in my version of vim, but normally to use find “C,” you can use “/C” followed by enter.