mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-12 06:18:59 +00:00
wezterm: update config
This commit is contained in:
parent
d56e7c9552
commit
827a7c4118
@ -48,6 +48,10 @@ function module.apply_to_config(config)
|
|||||||
config.color_schemes[light_scheme_metadata.name] = light_scheme
|
config.color_schemes[light_scheme_metadata.name] = light_scheme
|
||||||
config.color_scheme = scheme_for_appearance()
|
config.color_scheme = scheme_for_appearance()
|
||||||
|
|
||||||
|
config.command_palette_fg_color = config.color_schemes[config.color_scheme].foreground
|
||||||
|
config.command_palette_bg_color = config.color_schemes[config.color_scheme].background
|
||||||
|
config.command_palette_font_size = config.font_size
|
||||||
|
|
||||||
-- Disable some annoying mouse thingies.
|
-- Disable some annoying mouse thingies.
|
||||||
config.hide_mouse_cursor_when_typing = false
|
config.hide_mouse_cursor_when_typing = false
|
||||||
config.pane_focus_follows_mouse = true
|
config.pane_focus_follows_mouse = true
|
||||||
|
@ -109,6 +109,7 @@ function module.apply_to_config(config)
|
|||||||
|
|
||||||
{ key = "r", mods = keymod, action = act.ReloadConfiguration },
|
{ key = "r", mods = keymod, action = act.ReloadConfiguration },
|
||||||
{ key = "t", mods = keymod, action = act.ShowDebugOverlay },
|
{ key = "t", mods = keymod, action = act.ShowDebugOverlay },
|
||||||
|
{ key = "p", mods = keymod, action = act.ActivateCommandPalette },
|
||||||
|
|
||||||
-- Selection
|
-- Selection
|
||||||
{ key = "Space", mods = "LEADER", action = act.QuickSelect },
|
{ key = "Space", mods = "LEADER", action = act.QuickSelect },
|
||||||
@ -151,13 +152,6 @@ function module.apply_to_config(config)
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
key = "p",
|
|
||||||
action = act.Search {
|
|
||||||
Regex = "legacyPackages[[:alpha:][:digit:]]+"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
{ key = "Space", action = act.QuickSelect },
|
{ key = "Space", action = act.QuickSelect },
|
||||||
{ key = "s", action = act.QuickSelect },
|
{ key = "s", action = act.QuickSelect },
|
||||||
{ key = "f", action = act.Search { CaseSensitiveString = "" } },
|
{ key = "f", action = act.Search { CaseSensitiveString = "" } },
|
||||||
|
Loading…
Reference in New Issue
Block a user