]> arthur.barton.de Git - ax-zsh.git/blob - plugins/editor_select/README.md
P10k: Read config after enabling instant prompt
[ax-zsh.git] / plugins / editor_select / README.md
1 ## editor_select
2
3 Search for the "best" editor and setup environment (`$EDITOR`) accordingly.
4
5 The plugin looks for the following editors and stops at the first one it finds:
6
7 - atom
8 - mate
9 - subl
10 - vim
11 - nano
12 - joe
13 - vi
14
15 ### Command Aliases
16
17 - `zshenv`: Edit `~/.zshenv` using `$EDITOR`
18   (only available if an editor was found).
19
20 ### Environment
21
22 - `$EDITOR`: Command (including parameters) to run an text editor.