mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
feat: remove the tabo alias
Since tabonly can be so destructive, remove it entirely with a note about how to add it back if someone needs it.
This commit is contained in:
parent
42a55663b8
commit
30ae6d7a79
|
|
@ -658,7 +658,7 @@ export class default_config {
|
|||
tabgroupswitch: "tgroupswitch",
|
||||
tabnew: "tabopen",
|
||||
tabm: "tabmove",
|
||||
tabo: "tabonly",
|
||||
tabo: "fillcmdline_tmp 3000 The :tabo alias has been removed. You can add it back with :command tabo tabonly",
|
||||
tn: "tabnext_gt",
|
||||
bn: "tabnext_gt",
|
||||
tnext: "tabnext_gt",
|
||||
|
|
|
|||
Loading…
Reference in a new issue