Skip to content

abscasey/vimtouch

 
 

Repository files navigation

VimTouch

About

VimTouch is a open source VIM port on Android. It supports full vim syntax and finger touch gestures to help VIM much more usable with touch screens.

Features

  • Touch to move cursor
  • Fling to scroll
  • Swipe to zoom
  • Two-fingers gesture to zoom in/out
  • Unicode and multi-byte
  • Single tap to send "ESC"
  • Read email attachments
  • Single instance to open multiple files in vim windows
  • Real VIM runtime
  • Customizable VIM runtime (ex: can install syntax, doc, plugins)

Screenshot

Screenshot Screenshot Screenshot

Issues

https://github.com/momodalo/vimtouch/issues

Developer

How to compile the source code?

Before starting, you need the following prerequisites:

Get the source code:

git clone git://github.com/momodalo/vimtouch.git && cd vimtouch

Now prepare the development environment:

ANDROID_SDK_HOME=~/path/to/android/sdk && ./prepare-clean-checkout.sh

You're ready to compile it!

ant debug

(Note: the build script uses some magic to discover NDK and call ndk-build. Since magic is prone to failures, your build might fail with complaints about Android NDK. If that happens, make sure you export ANDROID_NDK_ROOT environment variable or read the run script to discover what heuristics it uses to deduce your NDK location.)