diff --git a/README.md b/README.md index 8f7f662..7df0760 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,22 @@ Enter | Copy Text | ] | Paste text copied from scroll mode | #### Vim +* ``: Short for ``, which is `\` in our setup + +**Defined by Us** + Shortcut | Function | :-------:|:--------:| C-v | Enter visual mode | C-x C-v | Paste text from system clipboard | +\tp |toggle paste| + +**Defined by Vim** + +Shortcut | Function | +:-------:|:--------:| o |insert a new line below| -S-O |insert a new line above| +S-o |insert a new line above| 0 |go to the beginning of the line| $ |go to the end of the line| v |enter character selection mode|