diff options
author | William Carroll <wpcarro@gmail.com> | 2016-07-28T14·52-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-07-28T14·52-0400 |
commit | e4a0705ab3c1e08db27010a418006753d1d498f2 (patch) | |
tree | 9831ab76852181d2eeb783c55dd04c044906206a | |
parent | a3ba85a40ab983cb7820ce59c0b9b1e467a0b03c (diff) |
Adds vim shortcuts
-rw-r--r-- | docs/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index 9007291a7478..6139218d587c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. |