Skip to content

Instantly share code, notes, and snippets.

@eccyan
Created January 20, 2012 05:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eccyan/1645411 to your computer and use it in GitHub Desktop.
Save eccyan/1645411 to your computer and use it in GitHub Desktop.
.vimrc for iOS Vim
syntax on
autoindent
number
tabstop=2
shiftwidth=2
expandtab
noremap <LeftMouse> : " Tap to command line mode
inoremap <LeftMouse> <ESC> " Tap to quit insert mode
@eccyan
Copy link
Author

eccyan commented Jan 20, 2012

can map LeftMouseDrag ?

@eccyan
Copy link
Author

eccyan commented Jan 20, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment