SKILSTAK Beginner Boost - Week 8¶
Vi, my way including extending with UNIX filters (instead of plugins).
- Using Vim Efficiently
- Extending Vim with UNIX Filters
- Bash Scripting for Beginners
- Search-centric thinking, mnemonic principles
move around the editor
L¶
h (left) | j (down) | k (up) | l (right)
x Deletes a character under the cursor
dw deletes the word the cursor is on
A appends text - does not matter where on the line you are.
Vim¶
Related¶
:help
- https://rwx.gg/visurvive
- https://rwx.gg/vimagic