How do I use keyboard shortcuts starting wtih in Vim?
I’m trying to use python-mode with Vim and a lot of the commands are by default bound to things like '<C-c>rm'
. What does this mean? Ctrl+c
just exits the current mode, so in normal mode it does nothing, and rm
just replaces the current letter with ‘m’.