commit 25cb46f9304dbb20aee3713a1c4cc4224c0fc745 parent c57a7371ba73df79aecdf64addf4254ef61e6b29 Author: rsc <devnull@localhost> Date: Mon, 19 Apr 2004 05:52:12 +0000 use new tab for firefox Diffstat:
M | bin/web | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 }