We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c6977 commit 7077c68Copy full SHA for 7077c68
home/dot_config/exact_wezterm/exact_config/keys.lua
@@ -49,7 +49,7 @@ function M.setup(config)
49
activate_pane(window, pane, 'Down', 'j')
50
end)
51
52
- config.leader = { key = 'b', mods = 'CRTL', timeout_milliseconds = 2000 }
+ config.leader = { key = 'q', mods = 'ALT', timeout_milliseconds = 2000 }
53
config.keys = {
54
-- Pane keybindings
55
{ key = '-', mods = 'LEADER', action = act.SplitVertical({ domain = 'CurrentPaneDomain' }) },
0 commit comments