]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-editor.man
86fbf84058471a273fee7c74844fc34ea61712ba
[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
27 Please don’t complain about the order: If the user has any preference, he will
28 have $VISUAL or $EDITOR set.
29
30 == SEE ALSO
31
32 i3(1)
33
34 == AUTHOR
35
36 Michael Stapelberg and contributors