diff options
| -rw-r--r-- | wezterm/.config/wezterm/wezterm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua index 519027d..5fd2690 100644 --- a/wezterm/.config/wezterm/wezterm.lua +++ b/wezterm/.config/wezterm/wezterm.lua @@ -57,6 +57,7 @@ config.command_palette_font = wezterm.font 'Fantasque Sans Mono' config.command_palette_font_size = 14 config.command_palette_bg_color = '#111414' config.command_palette_fg_color = '#bfbfbf' +config.command_palette_rows = 10 config.quick_select_alphabet = "arstdhneio" config.inactive_pane_hsb = { |
