1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

fix MoveTab config document error

This commit is contained in:
nmreadelf 2022-04-02 10:33:19 +08:00 committed by Wez Furlong
parent 02d5d9425d
commit a3d4f09b07

View File

@ -13,7 +13,7 @@ for i = 1, 8 do
table.insert(mykeys, {
key=tostring(i),
mods="CTRL|ALT",
action=wezterm.action{Move=i-1},
action=wezterm.action{MoveTab=i-1},
})
end