[Vim] nano alternative

This commit is contained in:
2025-08-31 22:45:22 +02:00
parent 0a41f6b65a
commit 2cff9f47ea

View File

@@ -3,6 +3,13 @@ title: "vim basics"
tags: [ "vim", "basic" ]
---
## Instant nano replacement
`vim -y` - will start vim but like other editors like nano, there will be syntax highlighting, etc
Keybind to exit this mode is `Ctrl+q`
## Steps
1. Insert text by pressing `a`.
1. Stop inserting text by pressing `Ctrl+[`.
1. Exit with `ZZ`.