]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-editor.man
Merge branch 'next' into master
[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 * nvim
24 * vim
25 * vi
26 * emacs
27 * pico
28 * qe
29 * mg
30 * jed
31 * gedit
32 * mc-edit
33
34 Please don’t complain about the order: If the user has any preference, they will
35 have $VISUAL or $EDITOR set.
36
37 == SEE ALSO
38
39 i3(1)
40
41 == AUTHOR
42
43 Michael Stapelberg and contributors