Common Computer Science References
At the end of this lesson, you will be able to:
use some more basic Vim commands
move to top: gg
move to bottom: g
move to line: :100 (line 100) or G100
relative move: 12j (12 lines down)
this is why we have relative numbers
page up: CNTR & u
page down: CNTR & d
move to other matching character: %
delete everything in {}: di{