## `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`:
## Same as `{column}`, but starting from index 0.
## Type: ShellCommand
-c.editor.command = ['urxvtc', '-e', 'vim', '{}']
+c.editor.command = ['urxvtc', '-e', 'vim', '{file}', '-c', 'normal {line}G{column0}l']
## Encoding to use for the editor.
## Type: Encoding
## Minimum number of characters used for hint strings.
## Type: Int
-# c.hints.min_chars = 1
+c.hints.min_chars = 2
## Mode to use for hints.
## Type: String
## Load a restored tab as soon as it takes focus.
## Type: Bool
-# c.session.lazy_restore = False
+c.session.lazy_restore = True
## Languages to use for spell checking. You can check for available
## languages and install dictionaries using scripts/dictcli.py. Run the