about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-07-28T14·52-0400
committerWilliam Carroll <wpcarro@gmail.com>2016-07-28T14·52-0400
commite4a0705ab3c1e08db27010a418006753d1d498f2 (patch)
tree9831ab76852181d2eeb783c55dd04c044906206a /docs
parenta3ba85a40ab983cb7820ce59c0b9b1e467a0b03c (diff)
Adds vim shortcuts
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md3
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.