From 2bb8f900fa577a57a17c26bdf97d3400b869bb15 Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 29 Jan 2024 22:28:39 +0800 Subject: [PATCH] consistent with wm --- .../sajenim/features/desktop/jade/wezterm/config/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/desktop/jade/wezterm/config/wezterm.lua b/home-manager/sajenim/features/desktop/jade/wezterm/config/wezterm.lua index 98228f7..76df32b 100644 --- a/home-manager/sajenim/features/desktop/jade/wezterm/config/wezterm.lua +++ b/home-manager/sajenim/features/desktop/jade/wezterm/config/wezterm.lua @@ -97,7 +97,7 @@ end config.keys = { --| Spawn Tab - { key = 't', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', }, + { key = 'n', mods = 'ALT', action = act.SpawnTab 'CurrentPaneDomain', }, --| Tab Navigation { key = 'LeftArrow', mods = 'ALT', action = act.ActivateTabRelative(-1) }, { key = 'RightArrow', mods = 'ALT', action = act.ActivateTabRelative(1) },