qutebrowser: Fix terminal calls for wezterm

This commit is contained in:
Marty Oehme 2022-11-16 18:28:33 +01:00
parent cf7d890787
commit e884c94a99
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9

View File

@ -17,7 +17,7 @@ c.completion.web_history.max_items = 1000
c.hints.uppercase = True c.hints.uppercase = True
c.editor.command = [ c.editor.command = [
term, term,
"-e", "start",
"nvim", "nvim",
"-f", "-f",
"{file}", "{file}",
@ -29,9 +29,9 @@ c.editor.command = [
c.fileselect.handler = "external" c.fileselect.handler = "external"
picker = [ picker = [
term, term,
"start",
"--class", "--class",
"float", "float",
"-e",
"vifm", "vifm",
"--choose-files", "--choose-files",
"{}", "{}",