diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index be6ae75..822a68a 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -18,6 +18,7 @@ c.hints.uppercase = True c.editor.command = [ term, "start", + "--always-new-process", "nvim", "-f", "{file}", @@ -62,7 +63,6 @@ c.colors.webpage.bg = "#555555" # Prevents *all* tabs from being loaded on restore, only loads on activating them c.session.lazy_restore = True - # for code_select.py userscript # Allows copying code sections to clipboard easily c.hints.selectors["code"] = [