A few simple new user questions

General point: Unless the questions are closely related, please ask one question per thread so that other people can find answers more easily.

If you always want it to happen I think you can just change the Double-click to open a new tab showing... drop-down to Default Folder, although it depends exactly how you are opening the new tab.

If you want some buttons/hotkeys to open the current folder but other buttons/hotkeys to open the default folder then you should use this command to open the Default folder:

Go /default NEWTAB

and this command to open the current folder:

Go CURRENT NEWTAB

Don't think so. If you find you slip while doing a drag & drop you might find using the Copy and Move buttons in the toolbar more convenient.

[quote]I want to search *.htm and *.html files for a word.
...
I've tried
.htm;.html
*.htm *.html[/quote]
This is the syntax you want:

*.(htm|html)

No, not at the moment. You can do it by running an external tool, though, such as FindStr which comes with Windows.

Have a look at the Grep Dir button on my Diff/Merge Toolbar -- you click the button and type what you are looking for and it will display a list of matching lines in all files below the current directory. (It shows filename, line number and then the actual text of the line. Behind the scenes the button just runs FindStr with the string that you typed in and some other arguments.)