1. Getting Started
1.1 Installation
VimOS is available on the App Store for both iPhone and iPad.
1.2 First Launch
When you launch the app, the Vim startup screen appears. You can start editing in Normal mode.
1.3 Basic Modes
Vim is a mode-based editor.
- Normal: Normal mode: Command input. Press i for Insert, : for command line.
- Insert: Insert mode: Text input. Press Esc to return to Normal.
- Visual: Visual mode: v for character selection, V for line selection.
1.4 Help
Type :help in Vim for built-in help. For Vim basics, see the official Vim documentation.