Adds vim shortcuts

This commit is contained in:
William Carroll 2016-07-28 10:52:19 -04:00
parent a3ba85a40a
commit e4a0705ab3

View file

@ -30,7 +30,10 @@
`shift` + `i`: insert at the beginning of a line.
`shift` + `a`: insert at the end of a line.
`c`: combines a delete operation with an insert operation.
`d` + `d`: deletes a line.
`c` + `c`: changes a line.
`shift` + `o`: inserts above the current line.
`o`: inserts below the current line.