Change default editor command
This commit is contained in:
parent
9b177ae8e7
commit
0436526203
@ -746,11 +746,11 @@ editor.command:
|
|||||||
type:
|
type:
|
||||||
name: ShellCommand
|
name: ShellCommand
|
||||||
placeholder: true
|
placeholder: true
|
||||||
default: ["gvim", "-f", "{}"]
|
default: ["gvim", "-f", "{file}", "-c", "normal {line}G{column0}l"]
|
||||||
desc: >-
|
desc: >-
|
||||||
The editor (and arguments) to use for the `open-editor` command.
|
The editor (and arguments) to use for the `open-editor` command.
|
||||||
|
|
||||||
`{}` gets replaced by the filename of the file to be edited.
|
`{file}` gets replaced by the filename of the file to be edited.
|
||||||
|
|
||||||
editor.encoding:
|
editor.encoding:
|
||||||
type: Encoding
|
type: Encoding
|
||||||
|
Loading…
Reference in New Issue
Block a user