diff options
author | rsc <devnull@localhost> | 2004-04-19 05:52:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-19 05:52:12 +0000 |
commit | 25cb46f9304dbb20aee3713a1c4cc4224c0fc745 (patch) | |
tree | 9d40de2198e9106961adf9d28123345140bd4dd1 /bin | |
parent | c57a7371ba73df79aecdf64addf4254ef61e6b29 (diff) | |
download | plan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.tar.gz plan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.tar.bz2 plan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.zip |
use new tab for firefox
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/web | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |