diff --git a/bin/web b/bin/web index 7ca1c7de..e7db04de 100755 --- a/bin/web +++ b/bin/web @@ -12,7 +12,7 @@ plumb1() $BROWSER -remote 'openURL('$i', new-window)' ;; *firefox*) - $BROWSER -remote 'openURL('$i', new-window)' + $BROWSER -remote 'openURL('$i', new-tab)' ;; esac }