chore(config): wezterm cycle panel
parent
cbdd2d3105
commit
d9f7855624
|
@ -36,9 +36,7 @@ return {
|
||||||
{
|
{
|
||||||
key = "p",
|
key = "p",
|
||||||
mods = "ALT",
|
mods = "ALT",
|
||||||
action = act.PaneSelect({
|
action = act.ActivatePaneDirection("Next"),
|
||||||
alphabet = "1234567890",
|
|
||||||
}),
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key = "o",
|
key = "o",
|
||||||
|
@ -61,7 +59,7 @@ return {
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
tab_and_split_indices_are_zero_based = true,
|
tab_and_split_indices_are_zero_based = true,
|
||||||
tab_max_width = 32,
|
tab_max_width = 24,
|
||||||
|
|
||||||
window_background_opacity = 0.9,
|
window_background_opacity = 0.9,
|
||||||
text_background_opacity = 0.8,
|
text_background_opacity = 0.8,
|
||||||
|
|
Loading…
Reference in New Issue