Doing the Vimovember
lazybea.rs·16h
Flag this post

** 2025-11-12 03:05:43 +0000 UTC ** about 1616 words ** 8 min

Even with years of vim usage, you can still learn a new hidden feature every day!

Ok, I might have exaggerated, but you know what I mean if you use Vim.

If you participate to the Vimovember, don’t hesitate to send me a link with your answers.

🌱 - Beginners ⚙️ - Intermediate 🧠 - Advanced 💬 - Reflect on the challenge


01 Modes 🌱

Modes can be awkward for many users.

The modes are: normal, visual, insert, command, and replace.

One of the thing I use really often, and is unknown to many is to use in Insert mode, <C-o>.

It allows you to do a normal command, and get back directly into the insert mode.

Imagine a word is missing in your sentence. You wa…

Similar Posts

Loading similar posts...