Change default editor command

This commit is contained in:
Luca Benci 2017-10-18 21:08:22 +02:00
parent 9b177ae8e7
commit 0436526203

View File

@ -746,11 +746,11 @@ editor.command:
type:
name: ShellCommand
placeholder: true
default: ["gvim", "-f", "{}"]
default: ["gvim", "-f", "{file}", "-c", "normal {line}G{column0}l"]
desc: >-
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:
type: Encoding