Skip to content

Commit

Permalink
Add editor hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Jun 10, 2021
1 parent 27e598e commit d80d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/cmd_defs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ static struct cmd_t command_defs[] = {
{ "urlopen default", "Restore to default settings." },
{ "urlsave set", "Set executable that is run by /url save. Takes a command template that replaces %u and %p with the URL and path respectively." },
{ "urlsave default", "Use the built-in download method for saving." },
{ "editor set", "Set editor to be used with /editor. Needs full file path." })
{ "editor set", "Set editor to be used with /editor. Needs a terminal editor or a script to run a graphical editor." })
CMD_EXAMPLES(
"/executable avatar xdg-open",
"/executable urlopen set \"xdg-open %u\"",
Expand Down

0 comments on commit d80d3dd

Please sign in to comment.