tuse new tab for firefox - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 25cb46f9304dbb20aee3713a1c4cc4224c0fc745
DIR parent c57a7371ba73df79aecdf64addf4254ef61e6b29
HTML 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(-)
---
DIR diff --git a/bin/web b/bin/web
t@@ -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
}