]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-editor.man
update i3-sensible-* (Thanks Han)
[i3/i3] / man / i3-sensible-editor.man
1 i3-sensible-editor(1)
2 ===================
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.1, November 2011
5
6 == NAME
7
8 i3-sensible-editor - launches $EDITOR with fallbacks
9
10 == SYNOPSIS
11
12 i3-sensible-editor [arguments]
13
14 == DESCRIPTION
15
16 i3-sensible-editor is used by i3-nagbar(1) when you click on the edit button.
17
18 It tries to start one of the following (in that order):
19
20 * $VISUAL
21 * $EDITOR
22 * nano
23 * vim
24 * vi
25 * emacs
26 * pico
27 * qe
28 * mg
29 * jed
30 * gedit
31 * mc-edit
32
33 Please don’t complain about the order: If the user has any preference, he will
34 have $VISUAL or $EDITOR set.
35
36 == SEE ALSO
37
38 i3(1)
39
40 == AUTHOR
41
42 Michael Stapelberg and contributors