trogdoro / xiki

A shell console with GUI features

Home Page:http://xiki.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to define default text editor?

zkbpkp opened this issue · comments

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?

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
#155.