In my first Vim post I had a long discussion with one of the readers over macros. He just couldn't ge... (more…)
Read more »
Vim is a text editor with a long line of ancestors that
goes back to qed. Bram
Moolenaar released it in 1991. (more…)
Read more »
Electron app for viewing PDF with simple vim binding - GitHub - trietphm/pv: Electron app for viewing PDF with simple vim binding... (more…)
Read more »
vi vim use {h j k l} keys to move cursor.
Another approach is Inverted T {i j k l}.
This page investigates which is more efficient. (more…)
Read more »
Vim's global (:h :g for more info) command is a useful tool to quickly perform Ex command within the file you're currently editing (some common example of Ex commands are: d (delete), t (copy), s (substitute), m (move), etc). Used properly, it can save yo... (more…)
Read more »