Vim Topics
Note: I have written the following tutorials with the understanding the user (you) has some basic knowledge of vim. I have taken for granted the user is able to use help, move around vim, basic search (using / and ?), as well as knowing the difference between the two different modes (command/insert).
So far I have the following topics set up (however, not necessarily completed):
Sometimes you are not sure what exactly the help topic is, but you know a certain part of the help topic, an easy way to figure it out is using the Ctrl-d combination.
Most of the time I get commands switched around, such as using window-resize I’ll try to resize-window instead which is incorrect. Other commands also seem to skip my mind from time to time. However, if I can remember a portion of the topic (such as window) then I can get a listing of the help topics that contain window using the following command:
:he window<C-d>
TODO:
gq (formatting)
tags
file-browser
Command history
If I do not written about an area which you are interested, let me know and I will try to fulfill your request.
