chore(config): wezterm cycle panel

main
sudo pacman -Syu 2023-08-19 19:00:29 +07:00
parent cbdd2d3105
commit d9f7855624
1 changed files with 2 additions and 4 deletions

View File

@ -36,9 +36,7 @@ return {
{
key = "p",
mods = "ALT",
action = act.PaneSelect({
alphabet = "1234567890",
}),
action = act.ActivatePaneDirection("Next"),
},
{
key = "o",
@ -61,7 +59,7 @@ return {
hide_tab_bar_if_only_one_tab = true,
tab_bar_at_bottom = true,
tab_and_split_indices_are_zero_based = true,
tab_max_width = 32,
tab_max_width = 24,
window_background_opacity = 0.9,
text_background_opacity = 0.8,