wezterm: Fix a key binding conflict

This commit is contained in:
Peter Cai 2023-06-15 16:39:08 -04:00
parent 35053b112b
commit 2832406e8f

View file

@ -13,5 +13,13 @@ return {
bottom = '0',
left = '1cell',
right = '1cell'
}
},
keys = {
-- The default Ctrl+Tab conflicts with Sway
{
key = 'Tab',
mods = 'SHIFT',
action = wezterm.action.ActivateTabRelative(-1),
},
},
}