Vim file editing practice

In this vim file editing video, I have shown how to edit a wrong file to make it same as the correct one. For specifically, the wrong file name in the demo was broken_fizzbuzz.py and correct file name was fizzbuzz.py. The demo was shown in a course offered by mit (link below).

The important vim commands used in this video are as follows:


The vimrc file that I had while making this video: https://github.com/Shadek07/vimrc/blob/master/.vimrc_Feb2021

References:
1. (https://github.com/phw/peek) to record screen
2. Screenkey to show keystroke on the screen (https://gitlab.com/screenkey/screenkey). Important command pkill -f screenkey to kill screenkey program after you are done
3. https://missing.csail.mit.edu/2020/editors/.

Leave a comment