Problem with VIM - "f" calling the "fold" command instead of "find"
- by Tony
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.