From d9f785562488ab031aa8a612962081e27a8b11e8 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 19 Aug 2023 19:00:29 +0700 Subject: [PATCH] chore(config): wezterm cycle panel --- data/wezterm/wezterm.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/wezterm/wezterm.lua b/data/wezterm/wezterm.lua index 9c9c80e..8d45f97 100644 --- a/data/wezterm/wezterm.lua +++ b/data/wezterm/wezterm.lua @@ -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,