trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Is there a way to define default text editor? #155

Open zkbpkp opened 8 years ago

zkbpkp commented 8 years ago

When my cursor is on the file name and I press ^X, it opens and I can edit it, but I want to open it in Vim by default and to have an ability to choose another editor before opening the file. Is it possible?

trogdoro commented 8 years ago

In the next version, ^G will open the file in Vim, Sublime, or Emacs (or the editor in your $EDITOR) var.

I think in the current version this isn't implemented yet though.

--Craig

On Fri, Dec 11, 2015 at 6:12 AM, Daniil Kolesnichenko < notifications@github.com> wrote:

When my cursor is on the file name and I press ^X, it opens and I can edit it, but I want to open it in Vim by default and to have an ability to choose another editor before opening the file Is it possible?

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/155.