Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Am I wrong?..
Date: Thu, 01 Oct 2009 15:10:44
Message-Id: 1254409862.4421.8.camel@brotherus.corp.redhat.com
In Reply to: [gentoo-user] Am I wrong?.. by "Arthur D."
1 On Thu, 2009-10-01 at 17:44 +0300, Arthur D. wrote:
2 [long post about something relatively trivial]
3
4 sudoedit (and others) use the EDITOR (or VISUAL or whatever) environment
5 variable to chose an editor.
6
7 Gentoo defaults to nano. It's easy to change it (most experienced Linux
8 users do).
9
10 # emerge -C nano && emerge vim
11 # echo EDITOR="/usr/bin/vim" >> /etc/env.d/99local
12 # env-update
13
14
15 And he's right, as a "meta" distribution, "it just works" is generally
16 *not* regarded as a Gentoo principle to shoot for.

Replies

Subject Author
Re: [gentoo-user] Am I wrong?.. Joshua Murphy <poisonbl@×××××.com>