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.
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.
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.