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. With the native modifier keys mapping option from the system, you can even make the "caps lock" key act both as "ctrl" and "esc" in iOS 13.4 and above.
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 includes some useful external commands that you are familiar with and integrates powerful scripting languages such as Python and Lua. With +terminal feature enabled and a simple shell named "ivish" included, you can run the commands in terminal windows like on a computer.
iVim provides a plugins manager, "iplug", for you to install and manage plugins easily.
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
- Note that the source code may not be updated as the App Store version.
You can go to iVim
in the system's Settings
app, put -u None
into Arguments
of LAUNCH OPTIONS
section to tell iVim
not to load config files next time. Then try and launch iVim
.
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.