|
|
|
|
|
by greyfade
5205 days ago
|
|
It may seem that way, but you need only learn one command per day. Start with `i` for insert mode and `<ESC>` to return to normal mode. and `:x` to save and quit. From there, when you want to know what a command does, go to normal mode and type `:help command` Do this once per day. Maybe twice if you feel adventurous. Use `:helpgrep` if you need to find something specific and don't know where to begin. You will feel like you've been missing out. |
|