Vim Tutorial
Video Statistics and Information
Channel: Ben Awad
Views: 305,113
Rating: 4.9517431 out of 5
Keywords: vim, vim tutorial, vim crash course, learn vim, vim basics, vim commands
Id: IiwGbcd8S7I
Channel Id: undefined
Length: 64min 44sec (3884 seconds)
Published: Thu Aug 08 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Any one has some good videos for experienced user? I want to go deeper.
set mouse=a
Now you don't have to 'throw away your mouse because you see as we click around nothing happens'.
Also, holding down 'h/j/k/l' to go in a direction is just as bad as using the arrow keys.
Didn't saw all but u might want to use ^ instead of 0w
you made a lower case register as one example and then you made an upper case register an other example when you recorded macros.
That worked by fluke as the register was empty when you started. Upper and lower case letter registers point to the same thing, it's just that upper case appends to the previous content of the register lower case replaces the content of the register. So this way you can add more keystrokes to an existing macro.
It would be awesome if you had a written list of the topics you talk on this video.