Improve documentation for general -> editor.
This commit is contained in:
parent
5541e3ed32
commit
3fcc27636a
@ -345,7 +345,8 @@ Default: +pass:[15000]+
|
|||||||
=== editor
|
=== editor
|
||||||
The editor (and arguments) to use for the `open-editor` command.
|
The editor (and arguments) to use for the `open-editor` command.
|
||||||
|
|
||||||
Use `{}` for the filename. The value gets split like in a shell, so you can use `"` or `'` to quote arguments.
|
The arguments get split like in a shell, so you can use `"` or `'` to quote them.
|
||||||
|
`{}` gets replaced by the filename of the file to be edited.
|
||||||
|
|
||||||
Default: +pass:[gvim -f "{}"]+
|
Default: +pass:[gvim -f "{}"]+
|
||||||
|
|
||||||
|
@ -165,8 +165,9 @@ def data(readonly=False):
|
|||||||
SettingValue(typ.ShellCommand(placeholder=True), 'gvim -f "{}"'),
|
SettingValue(typ.ShellCommand(placeholder=True), 'gvim -f "{}"'),
|
||||||
"The editor (and arguments) to use for the `open-editor` "
|
"The editor (and arguments) to use for the `open-editor` "
|
||||||
"command.\n\n"
|
"command.\n\n"
|
||||||
"Use `{}` for the filename. The value gets split like in a "
|
"The arguments get split like in a shell, so you can use `\"` or "
|
||||||
"shell, so you can use `\"` or `'` to quote arguments."),
|
"`'` to quote them.\n"
|
||||||
|
"`{}` gets replaced by the filename of the file to be edited."),
|
||||||
|
|
||||||
('editor-encoding',
|
('editor-encoding',
|
||||||
SettingValue(typ.Encoding(), 'utf-8'),
|
SettingValue(typ.Encoding(), 'utf-8'),
|
||||||
|
Loading…
Reference in New Issue
Block a user