update vim

This commit is contained in:
Anmol Pandita 2022-05-08 16:08:46 +05:30
parent 479b55aee6
commit 2603831033
2 changed files with 16 additions and 1 deletions

View File

@ -14,6 +14,21 @@ tags:
| ZZ (Shift + zz) | to `save` the changes and **quit** |
# Navigation
| | |
| ---------------------------------- | -------------------------------------------- |
| h j k l | ⃪ ↓ ↑ → |
| 0 | to the `start` of the line |
| $ (Shit + 4) | to the `end` of the line |
| e | to `end` of word |
| w | `forward` one **word** |
| W | `forward` one **Word** |
| b | `backward` one **word** |
| B | `backword` one **Word** |
| *(`number`)* wW / e / bB / h j k l | Move *(`number`)* times *(`text` `objects`)* |
| (number) G | to **specific line** |
| % | to **matching parenthesis {} () []** |
| zz | re-center |

View File

@ -1,4 +1,4 @@
name: anmolpandita
name: Anmol
enableToc: true
openToc: false
enableLinkPreview: true