config.ts: bind ;t to hint -W tabopen by default

This binding was asked for at least twice no IRC and it also makes sense
to have ti when looking at
https://github.com/tridactyl/tridactyl/issues/1279 .

Closes #1279.
This commit is contained in:
glacambre 2019-02-07 07:34:31 +01:00
parent 799f2d3233
commit 462fbe4d59
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -248,6 +248,7 @@ class default_config {
";#": "hint -#",
";v": "hint -W exclaim_quiet mpv",
";w": "hint -w",
";t": "hint -W tabopen",
";O": "hint -W fillcmdline_notrail open ",
";W": "hint -W fillcmdline_notrail winopen ",
";T": "hint -W fillcmdline_notrail tabopen ",