Common Computer Science References
At the end of this lesson, you will be able to:
use some more basic Vim commands
insert mode & add line below: o
insert mode & add line above: O
paste above: P
move over and goto insert mode: a
insert mode at beginning of line: shift & i
insert mode at end of line: shift & a
searching: /
find next occurrence of what is under your cursor: *
find previous occurrence of what is under your cursor: #