DEV Community

Discussion on: Vim: from foe to friend in 9 minutes

Collapse
 
blaisep profile image
Blaise Pabon

Yes, that is exactly what I was curious about; did you have any particular activity or items that you wrote down. The mere act of writing reinforces learning and memory.
I would encourage you to describe your bullet journal activity, particularly any performance trackers that you use.

Thread Thread
 
omerxx profile image
Omer Hamerman

Sure, so the two are not exactly connected: I do use a bullet journal which helps to the simple fact I always have my notebook with me. When I read practical Vim, I used to memorize tips from the book and write them in my own words. Obviously it was the ones I wasn't aware of and felt were crucial. When the book talked about fundamental concepts like "movement" or "always the least amount of strokes" I wrote it down and the following tips (e.g. switching 2 characters or using / to move faster on a document or using vim marks to find your way in a repository of code). I didn't have a specific system, but the book is built in a way you can read single parts and just add them to your skillset. If you follow along and make sure you get everything, you get the small tips and the big ones in the order that makes sense and helps you grow your knowledge.

I hope this makes sense