aboutsummaryrefslogtreecommitdiff
path: root/man/i3-sensible-editor.man
blob: 31e82ca3e71f5b882086d64c2bf1fdf7a2a5212c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
i3-sensible-editor(1)
=====================
Michael Stapelberg <michael+i3@stapelberg.de>
v4.1, November 2011

== NAME

i3-sensible-editor - launches $EDITOR with fallbacks

== SYNOPSIS

i3-sensible-editor [arguments]

== DESCRIPTION

i3-sensible-editor is used by i3-nagbar(1) when you click on the edit button.

It tries to start one of the following (in that order):

* $VISUAL
* $EDITOR
* nano
* nvim
* vim
* vi
* emacs
* pico
* qe
* mg
* jed
* gedit
* mcedit
* gvim

Please don’t complain about the order: If the user has any preference, they will
have $VISUAL or $EDITOR set.

== SEE ALSO

i3(1)

== AUTHOR

Michael Stapelberg and contributors