Problem with VIM - "f" calling the "fold" command instead of "find"
        Posted  
        
            by Tony
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tony
        
        
        
        Published on 2010-04-08T20:53:07Z
        Indexed on 
            2010/04/08
            21:03 UTC
        
        
        Read the original article
        Hit count: 275
        
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.
© Stack Overflow or respective owner