qutebrowser: Fix terminal calls for wezterm
This commit is contained in:
parent
cf7d890787
commit
e884c94a99
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
"{}",
|
"{}",
|
||||||
|
|
Loading…
Reference in a new issue