]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-editor.man
Merge branch 'release-4.16.1'
[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 * mcedit
33 * gvim
34
35 Please don’t complain about the order: If the user has any preference, they will
36 have $VISUAL or $EDITOR set.
37
38 == SEE ALSO
39
40 i3(1)
41
42 == AUTHOR
43
44 Michael Stapelberg and contributors