mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Alias tabnew to tabopen. Close
This commit is contained in:
parent
03089360db
commit
fe7948c0d0
1 changed files with 3 additions and 1 deletions
|
@ -349,6 +349,7 @@ class default_config {
|
|||
o: "open",
|
||||
w: "winopen",
|
||||
t: "tabopen",
|
||||
tabnew: "tabopen",
|
||||
tn: "tabnext_gt",
|
||||
bn: "tabnext_gt",
|
||||
tnext: "tabnext_gt",
|
||||
|
@ -607,7 +608,8 @@ class default_config {
|
|||
/**
|
||||
* Set this to something weird if you want to have fun every time Tridactyl tries to update its native messenger.
|
||||
*/
|
||||
nativeinstallcmd = "curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/master/native/install.sh | bash"
|
||||
nativeinstallcmd =
|
||||
"curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/master/native/install.sh | bash"
|
||||
|
||||
/**
|
||||
* Set this to something weird if you want to have fun every time Tridactyl tries to update its native messenger.
|
||||
|
|
Loading…
Add table
Reference in a new issue