mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
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:
parent
799f2d3233
commit
462fbe4d59
1 changed files with 1 additions and 0 deletions
|
@ -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 ",
|
||||
|
|
Loading…
Add table
Reference in a new issue