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.editor.command = [
|
||||
term,
|
||||
"-e",
|
||||
"start",
|
||||
"nvim",
|
||||
"-f",
|
||||
"{file}",
|
||||
|
@ -29,9 +29,9 @@ c.editor.command = [
|
|||
c.fileselect.handler = "external"
|
||||
picker = [
|
||||
term,
|
||||
"start",
|
||||
"--class",
|
||||
"float",
|
||||
"-e",
|
||||
"vifm",
|
||||
"--choose-files",
|
||||
"{}",
|
||||
|
|
Loading…
Reference in a new issue