-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
In Debian, we have a system called alternatives which allows the user to select the default applications for several tasks, including the editor. This system provides an /usr/bin/editor
symlink pointing to user's command-line editor of choice. It would be nice if you could add support for this.
Our Policy recommends the following algorithm:
Thus, every program that launches an editor or pager must use the
EDITOR
orPAGER
environment variable to determine the editor or pager the user wishes to use. If these variables are not set, the programs/usr/bin/editor
and/usr/bin/pager
should be used, respectively.
Metadata
Metadata
Assignees
Labels
No labels