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:
parent
02d5d9425d
commit
a3d4f09b07
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user