mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add tabm, tabo aliases
https://magai.hateblo.jp/entry/2018/09/25/142348 pointed out that they were missing
This commit is contained in:
parent
da1e525822
commit
175048e64b
1 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,8 @@ export class default_config {
|
|||
w: "winopen",
|
||||
t: "tabopen",
|
||||
tabnew: "tabopen",
|
||||
tabm: "tabmove",
|
||||
tabo: "tabonly",
|
||||
tn: "tabnext_gt",
|
||||
bn: "tabnext_gt",
|
||||
tnext: "tabnext_gt",
|
||||
|
|
Loading…
Add table
Reference in a new issue