Merge remote-tracking branch 'soft/master' into dev

This commit is contained in:
2025-10-14 16:07:02 +02:00
5 changed files with 64 additions and 2 deletions

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`.