Commit Graph

7 Commits

Author SHA1 Message Date
Fredrik Fornwall bbf6c05668 vim: Set mouse=a in system vimrc
The mouse=a was removed after updating to vim 8 as vim by default
now sets mouse=a. But this only works if no ~/.vimrc is found - if
there is one then mouse won't be set. As we really want mouse=a on
Termux since it is that useful on touch screens we enable it again
regardless if there is a ~/.vimrc or not.

Fixes #912.
2017-04-09 17:43:39 +02:00
Fredrik Fornwall f08afffc0b vim: Use sensible.vim as system vimrc 2017-02-08 00:00:13 +01:00
Fredrik Fornwall 4c4f1e9709 vim: Avoid customization
Starting with version 8.0 the default behaviour of vim is a lot more
user friendly.
2017-01-25 18:46:14 +01:00
Fredrik Fornwall a9cd51d257 vim: Remove cursor shapes
Not every terminal emulator supports cursor shapes. Fixes #641.
2017-01-01 18:14:25 -05:00
Fredrik Fornwall 1c6ac27700 vim: Enable cursor shapes 2016-11-28 07:30:16 -05:00
Fredrik Fornwall 5082cc4939 vim: Set utf-8 as encoding in the system vimrc 2016-03-19 09:20:40 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00