chore: map switch tab in wezterm
parent
fa8bdc616e
commit
33d05e48de
|
@ -9,6 +9,18 @@ return {
|
|||
}),
|
||||
font_size = 16.0,
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
keys = {
|
||||
{
|
||||
key = "LeftArrow",
|
||||
mods = "CTRL|SHIFT",
|
||||
action = wezterm.action.ActivateTabRelative(-1),
|
||||
},
|
||||
{
|
||||
key = "RightArrow",
|
||||
mods = "CTRL|SHIFT",
|
||||
action = wezterm.action.ActivateTabRelative(1),
|
||||
},
|
||||
},
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
tab_bar_at_bottom = true,
|
||||
window_background_opacity = 0.9,
|
||||
|
|
Loading…
Reference in New Issue