# droidvim **Repository Path**: zalois/droidvim ## Basic Information - **Project Name**: droidvim - **Description**: droidvim - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: tools ## README # DroidVim DroidVim is a Vim clone for Android. [Download the DroidVim from Google Play](https://play.google.com/store/apps/details?id=com.droidvim) To build the "DroidVim" application, choose the `droidvim` flavor and build. To avoid repository bloat, the latest Vim binaries are included in the `build` branch. If you need the latest Vim binaries, please checkout to the `build` branch before building. The `build` branch will be rebased to the latest `master` branch. This code is based on the "[Terminal Emulator for Android](https://github.com/jackpal/Android-Terminal-Emulator)". By choosing the `terminal` flavor, you can build the "Terminal Emulator for Android" compatible application with various functions of the DroidVim. # Licensing - DroidVim is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/shiftrot/droidvim/blob/master/LICENSE) for the full license text. - [Terminal Emulator for Android](https://github.com/jackpal/Android-Terminal-Emulator) code is used which is released under Apache 2.0 license.