Learn Vim by watching gifs
twitter.com
Learn Vim by watching gifs
1–7 of 7 posts
Re: Learn Vim by watching gifs
#2I've been using vim as my primary editor for a few years now and I love how there's always something new that just blows my mind, like the :earlier and :later in that pinned tweet.
Re: Learn Vim by watching gifs
#3Didn't know that you could just use 'A' to append to the end of a line instead of doing '$a'. Neat!
Re: Learn Vim by watching gifs
#4Didn't know that you could just use 'A' to append to the end of a line instead of doing '$a'. Neat!
Similarly, 'I' will move the cursor to the start of the line and then enter insert mode.
Re: Learn Vim by watching gifs
#5Didn't know that you could just use 'A' to append to the end of a line instead of doing '$a'. Neat!
Strangely 'A' and 'i' were the first two things I learned, and probably the only for a long time. It is interesting what seems obvious to one vi/vim user becomes a new trick to another, different needs etc I suppose.
Re: Learn Vim by watching gifs
#6Re: Learn Vim by watching gifs
#7How do they show the keystrokes on the screen? Is it an app or they edit it in?