mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
wezterm: update config
This commit is contained in:
parent
3df8b2cc1b
commit
7351df249f
@ -62,7 +62,7 @@ function module.apply_to_config(config)
|
|||||||
-- Disable some more annoyances.
|
-- Disable some more annoyances.
|
||||||
config.enable_tab_bar = true
|
config.enable_tab_bar = true
|
||||||
config.enable_scroll_bar = false
|
config.enable_scroll_bar = false
|
||||||
config.tab_bar_at_bottom = true
|
config.tab_bar_at_bottom = false
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
|
|
||||||
-- Configuring the appearance of the tab bar.
|
-- Configuring the appearance of the tab bar.
|
||||||
|
@ -78,6 +78,7 @@ function module.apply_to_config(config)
|
|||||||
{ key = "DownArrow", mods = keymod, action = act.ActivatePaneDirection("Down") },
|
{ key = "DownArrow", mods = keymod, action = act.ActivatePaneDirection("Down") },
|
||||||
{ key = "UpArrow", mods = keymod, action = act.ActivatePaneDirection("Up") },
|
{ key = "UpArrow", mods = keymod, action = act.ActivatePaneDirection("Up") },
|
||||||
{ key = "RightArrow", mods = keymod, action = act.ActivatePaneDirection("Right") },
|
{ key = "RightArrow", mods = keymod, action = act.ActivatePaneDirection("Right") },
|
||||||
|
{ key = "^", mods = keymod, action = act.ActivateLastTab },
|
||||||
|
|
||||||
-- More pane-related niceties.
|
-- More pane-related niceties.
|
||||||
{ key = "f", mods = "LEADER", action = act.TogglePaneZoomState },
|
{ key = "f", mods = "LEADER", action = act.TogglePaneZoomState },
|
||||||
|
Loading…
Reference in New Issue
Block a user