Alias tabnew to tabopen. Close

This commit is contained in:
Colin Caine 2018-09-17 11:55:47 +01:00
parent 03089360db
commit fe7948c0d0

View file

@ -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.