navigation

This commit is contained in:
2025-03-16 22:50:17 +05:30
commit 85ec650562
56 changed files with 1223 additions and 0 deletions

13
modes.txt Normal file
View File

@@ -0,0 +1,13 @@
Anything you type in normal mode is a command.
To enter insert mode, type "i" while in normal mode.
To leave insert mode, press Escape.
To enter line mode, type ":" while in normal mode.
After a command completes in line mode you are returned to normal mode.
You can also leave command mode by pressing Escape.
Now you're editing!