Skip to content

Instantly share code, notes, and snippets.

View anirudhvee's full-sized avatar
🎯
Achieving

Anirudh Venkatachalam anirudhvee

🎯
Achieving
View GitHub Profile
@webdevel
webdevel / vim-cheat-sheet.md
Last active February 14, 2024 01:03
Vim Cheat Sheet

Vim Cheat Sheet

Vim is an advanced CLI based text editor. Many key combinations used in Vim are easily associated with a memorable phrase. One effective way to use Vim is to associate phrases with Operators, Text Objects and Motions. Then compose a phrase for what you want to do. Start with an Operator followed by a Text Object or Motion. Prefix an Operator, Command or Motion with a number/count to extend it.

Table of Contents