Common Computer Science References
At the end of this lesson, you will be able to:
use some more basic Vim commands
do, basic, demo of how to use Vim; 6 keys for movement
move: j, k, h, l
forward by word: w
backwards by word: b
editing:
yank: yy
paste: p
delete line: dd
undo: u
visual line mode: shift v
visual mode: v