Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombruijn/vim-mobile
Vim config for the iVim app on iPad.
https://github.com/tombruijn/vim-mobile
Last synced: 13 days ago
JSON representation
Vim config for the iVim app on iPad.
- Host: GitHub
- URL: https://github.com/tombruijn/vim-mobile
- Owner: tombruijn
- Created: 2024-01-10T19:36:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T19:36:59.000Z (12 months ago)
- Last Synced: 2024-12-12T23:07:58.186Z (19 days ago)
- Language: Vim Script
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim mobile dotfiles
These dotfiles contain configuration for Vim on iOS/iPadOS devices.
## Structure
- `vim-pathogen`: Plugin manager.
- `bundle/`: Directory with submodules containing the installed Vim plugins.
- `config/`: Individual config files per category.
- `.vimrc`: Main Vim config file. Loads the other config files.## Installation
- Install the [Working Copy](https://workingcopy.app/) app.
- Install the [iVim](https://apps.apple.com/nl/app/ivim/id1266544660?l=en-GB) app.
- In the Working Copy app, sign in to GitHub and clone this repository.
- Make sure to clone all the submodules in this repository.
- Also set up your commit signing.
- In the repository configuration, link the repository to a directory. In the file chooser, choose "On this iPhone/iPad", open the "iVim" directory and create a new directory called `vim-mobile`. Then select/open that for linking.
- The repository linking feature requires a one time purchase.
- Create a file (in Vim) in the iVim directory called `.vimrc` and add the contents:
```
source vim-mobile/.vimrc
```
- To load the config, reload the app, or run the command `source vim-mobile/.vimrc`.You can now use Vim on mobile!