wezterm updates
This commit is contained in:
parent
5d8cfd9250
commit
24d20d1391
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@ end)
|
||||||
return {
|
return {
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
color_scheme = "tokyonight",
|
color_scheme = "tokyonight",
|
||||||
font = wezterm.font("JetBrains Mono"),
|
font = wezterm.font("FiraCode Nerd Font Mono"),
|
||||||
font_size = 16,
|
font_size = 16,
|
||||||
dpi = 144,
|
dpi = 144,
|
||||||
|
scrollback_lines = 10000,
|
||||||
leader = { key="b", mods="SUPER|CTRL", timeout_milliseconds = 1000 },
|
leader = { key="b", mods="SUPER|CTRL", timeout_milliseconds = 1000 },
|
||||||
disable_default_key_bindings = true,
|
|
||||||
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
|
default_prog = { "/Users/salar/.nix-profile/bin/fish" },
|
||||||
keys = {
|
keys = {
|
||||||
{ key = "-", mods = "LEADER", action=wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}},
|
{ key = "-", mods = "LEADER", action=wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}},
|
||||||
{ key = "'", mods = "LEADER", action=wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}},
|
{ key = "'", mods = "LEADER", action=wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}},
|
||||||
{ key = "z", mods = "LEADER", action=act.TogglePaneZoomState },
|
{ key = "8", mods = "ALT", action=act.TogglePaneZoomState },
|
||||||
{ key = "c", mods = "LEADER", action=wezterm.action{SpawnTab="CurrentPaneDomain"}},
|
{ key = "c", mods = "LEADER", action=wezterm.action{SpawnTab="CurrentPaneDomain"}},
|
||||||
{ key = "h", mods = "LEADER", action=wezterm.action{ActivatePaneDirection="Left"}},
|
{ key = "h", mods = "LEADER", action=wezterm.action{ActivatePaneDirection="Left"}},
|
||||||
{ key = "j", mods = "LEADER", action=wezterm.action{ActivatePaneDirection="Down"}},
|
{ key = "j", mods = "LEADER", action=wezterm.action{ActivatePaneDirection="Down"}},
|
||||||
|
|
Loading…
Reference in a new issue