iVim is a project that brings the vim editor to the iOS system.
Type :help ios
in iVim for more detailed information.
Besides some system and embedded monospace fonts, iVim allows users to import and use their own custom fonts. Also, iVim provides commands for more intuitive and efficient font management.
By introducing compact buttons, iVim covers as many keys as possible in its extended keyboard, so that you can input symbols without switching among key groups. Moreover, you can customize it to meet your own special needs.
iVim adds support to multistage input languages such as Chinese or Japanese.
Through sharing, iVim makes its editing power available to more apps. Via the share extension, iVim can import text or text files from, or export to other apps. Via the document picker, you can also import or edit files or directories in iCloud Drive or documents providers, without leaving iVim.
iVim supports external hardware keyboards well, just connect your favorite one to the device and start typing. If you are using a standard English keyboard, you can remap the caps lock
key, too.
After an app termination, iVim restores the last editing session automatically on launch. So you don't have to worry about data losing any more. And you can disable it in Settings.app if you prefer the old way.
iVim is now on App Store
- Open iVim.xcodeproj in Xcode
- In General > Identity of target iVim and iVimShare, change their bundle identities to your own unique ones, and select your Apple ID to sign them. As to the App Group, it requires a paid Apple ID. If yours is, change the App Group identifier for these two targets to your own; if not, just turn them off (the only difference is that you cannot share text to iVim when it is off)
- Connect your device via USB to your computer, and select it as the Destination of iVim
- Run iVim, Xcode will install it onto your device
- A free Apple ID may need to do this every 7 days
Normally, you can use iVim as vim on other platforms. However, there are some points worth mentioning due to iOS system's personality:
- there is no shell. You cannot call external shell commands.
- iVim is sandboxed. It means you don't have direct access to files of other apps if not via the sharing feature.
iVim was inspired by and based on 3 projects:
Without them, iVim wouldn't begin.
Also, without violating the copyright of Vim, feel free to make modifications to meet your own needs.