From e4a0705ab3c1e08db27010a418006753d1d498f2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 28 Jul 2016 10:52:19 -0400 Subject: Adds vim shortcuts --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit 1.4.1