things n stuffs
This commit is contained in:
parent
4da6a985ab
commit
8ca661cd95
@ -7,7 +7,7 @@ local config = wezterm.config_builder()
|
|||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
|
|
||||||
-- For example, changing the color scheme:
|
-- For example, changing the color scheme:
|
||||||
config.color_scheme = 'Slate'
|
config.color_scheme = 'Argonaut (Gogh)'
|
||||||
|
|
||||||
-- keybinds
|
-- keybinds
|
||||||
config.leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1000 }
|
config.leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1000 }
|
||||||
@ -82,10 +82,12 @@ config.use_fancy_tab_bar = false
|
|||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
|
|
||||||
config.inactive_pane_hsb = {
|
config.inactive_pane_hsb = {
|
||||||
saturation = 0.9,
|
saturation = 0.6,
|
||||||
brightness = 0.6,
|
brightness = 0.8,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config.quick_select_alphabet = "asdfqweryxcvjkluiopmghtzbn"
|
||||||
|
|
||||||
-- WSL
|
-- WSL
|
||||||
if wezterm.target_triple == 'x86_64-pc-windows-msvc' then
|
if wezterm.target_triple == 'x86_64-pc-windows-msvc' then
|
||||||
config.default_domain = 'WSL:Debian'
|
config.default_domain = 'WSL:Debian'
|
||||||
|
Loading…
Reference in New Issue
Block a user