start new:
tmux
start new with session name:
tmux new -s myname
| " Settings | |
| " alias ':g' to ':tabnew google' | |
| command g tabnew google | |
| let completionengines = ["google", "amazon", "imdb"] | |
| " blacklists prefixed by '@' act as a whitelist | |
| let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@*://*orf.at/*"] |