Personal Vim cheatsheet
This is my personal cheatsheet as intermediate Vim user so I skipped the ones that I consider basic. All the commands listed are used in command mode for fast editing. Command execution In command mode, use colon to start ex command. Here are some examples of ex commands: e: edit file g: global command q: … Read morePersonal Vim cheatsheet