danchoi / vmail

a vim interface for gmail
http://danielchoi.com/software/vmail.html
MIT License
786 stars 60 forks source link

Default vim command on Linux is vimx #180

Closed lzap closed 9 years ago

lzap commented 9 years ago

Solves https://github.com/danchoi/vmail/issues/179

Minor issue, but nice to have smooth start for newcomers :-)

notalex commented 9 years ago

Vim in Fedora's package repositories is not compiled with support for X11. This however does not apply to other major linux distributions like Ubuntu(There is no vimx package in Debian).

notalex commented 9 years ago

For helping newcomers, we can add a page to the wiki with the required instructions to alias vimx to vim.

lzap commented 9 years ago

I see, how about gvim -v instead?

I am fine with editing README only.

notalex commented 9 years ago

We would like to retain the command vim as a default for any platform. The user can use the VMAIL_VIM environment variable to set any other value.

lzap commented 9 years ago

Sounds fair to me.