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
1 changed files with 2 additions and 2 deletions

View File

@ -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",
"{}",