This commit is contained in:
Anmol Pandita 2022-05-22 14:44:43 +05:30
parent cf021c09da
commit f3cadd8e68

View File

@ -4,7 +4,8 @@ tags:
- vim - vim
--- ---
## Exiting 👻 ## Navigation
### Exiting 👻
| | | | | |
| --------------- | ------------------------------------- | | --------------- | ------------------------------------- |
| :q | to `quit` the file | | :q | to `quit` the file |
@ -13,8 +14,7 @@ tags:
| :wq | to `save` the changes and **quit** | | :wq | to `save` the changes and **quit** |
| ZZ (Shift + zz) | to `save` the changes and **quit** | | ZZ (Shift + zz) | to `save` the changes and **quit** |
### Movements
## Navigation
| | | | | |
| ---------------------------------- | -------------------------------------------- | | ---------------------------------- | -------------------------------------------- |
| h j k l | ⃪ ↓ ↑ → | | h j k l | ⃪ ↓ ↑ → |