# `{line0}`: Same as `{line}`, but starting from index 0. * `{column0}`:
# Same as `{column}`, but starting from index 0.
# Type: ShellCommand
-c.editor.command = ['konsole', '--separate', '-e', 'kak', '{file}']
+c.editor.command = ['foot', '-a', 'popup', 'kak', '{file}']
# Handler for selecting file(s) in forms. If `external`, then the
# commands specified by `fileselect.single_file.command`,
# Valid values:
# - default: Use the default file selector.
# - external: Use an external command.
-c.fileselect.handler = 'external'
+c.fileselect.handler = 'default'
# Command (and arguments) to use for selecting a single file in forms.
# The command should write the selected file path to the specified file
# the file to be written to. If not contained in any argument, the
# standard output of the command is read instead.
# Type: ShellCommand
-c.fileselect.single_file.command = ['kitty', 'nnn', '-p', '-']
+c.fileselect.single_file.command = ['']
# Command (and arguments) to use for selecting multiple files in forms.
# The command should write the selected file paths to the specified file
# contained in any argument, the standard output of the command is
# read instead.
# Type: ShellCommand
-c.fileselect.multiple_files.command = ['kitty', 'nnn', '-p', '-']
+c.fileselect.multiple_files.command = ['']
# Command (and arguments) to use for selecting a single folder in forms.
# The command should write the selected folder path to the specified
# Filename of the file to be written to. If not contained in any
# argument, the standard output of the command is read instead.
# Type: ShellCommand
-c.fileselect.folder.command = ['kitty', 'nnn', '-p', '-']
+c.fileselect.folder.command = ['']
# Minimum number of characters used for hint strings.
# Type: Int