]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: open tab in last visible instance
[dotfiles.git] / qutebrowser / config.py
index fc19e169bb72409d2a6d6bcada0acd713774df71..65c4d57b708f4c612ae500afe5dc538d7a2f6bf6 100644 (file)
@@ -1269,7 +1269,7 @@ c.input.insert_mode.leave_on_load = True
 ##   - last-opened: Open new tabs in the last (newest) opened window.
 ##   - last-focused: Open new tabs in the most recently focused window.
 ##   - last-visible: Open new tabs in the most recently visible window.
 ##   - last-opened: Open new tabs in the last (newest) opened window.
 ##   - last-focused: Open new tabs in the most recently focused window.
 ##   - last-visible: Open new tabs in the most recently visible window.
-# c.new_instance_open_target_window = 'last-focused'
+c.new_instance_open_target_window = 'last-visible'
 
 ## Show a filebrowser in download prompts.
 ## Type: Bool
 
 ## Show a filebrowser in download prompts.
 ## Type: Bool