character code under cursor and other vim tips
I often need to know the code of a symbol, and I always forget how to reveal the code in vim. In order to remember, I'm saving it in the blog: "ga". Meanwhile, a useful list of vim command is found: "Tip #305: Best of VIM Tips (VIM's best Features)".
Vibe code with your voice
Stop fighting speech recognition.
Just talk → fix mistakes later
"... _brings_ hello world" ❌
↓
"... _prints_ hello world" ✅
Categories:
vim