Common Computer Science References
At the end of this lesson, you will be able to:
use some more basic Vim commands
jump up to a character: f
jump up to but not on top of: t
move forward in results: ;
move back in results: ,
delete a single character: x
delete a single character and go into insert mode: s
delete and go into insert mode: c & w
delete rest of line: shift & d
delete entire line and place in insert mode: shift & f