Using the --new-tab and --search CLI options together doesn't work properly
When I use the `--search` CLI option, Firefox searches the supplied term in a new window. I want it to open itself in a new tab instead, so I tried out the following com… (আরও পড়ুন)
When I use the `--search` CLI option, Firefox searches the supplied term in a new window.
I want it to open itself in a new tab instead, so I tried out the following combination of CLI options:
``` $ firefox --new-tab --search "example" ```
Firefox does search for the given term, but it opens itself in a new window instead of a new tab, thus ignoring the `--new-tab` option.
Am I doing something wrong?