My most commonly used VIM commands
- 07.07.09
- Linux, OpenSource, vi, vim
- No Comments
I wrote this as a response to a VI question in LowYat forums. Hope it’s useful to someone else out there.
:$ – Move to the last line (why this instead of shift-G? read below)
:10 – Move to line no 10, just substitute with any other number. So, just remember “$” means “last line” and you [...]