Skip to content

Commit 7077c68

Browse files
committed
chore: rollback wezterm config
1 parent 18c6977 commit 7077c68

File tree

1 file changed

+1
-1
lines changed
  • home/dot_config/exact_wezterm/exact_config

1 file changed

+1
-1
lines changed

home/dot_config/exact_wezterm/exact_config/keys.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function M.setup(config)
4949
activate_pane(window, pane, 'Down', 'j')
5050
end)
5151

52-
config.leader = { key = 'b', mods = 'CRTL', timeout_milliseconds = 2000 }
52+
config.leader = { key = 'q', mods = 'ALT', timeout_milliseconds = 2000 }
5353
config.keys = {
5454
-- Pane keybindings
5555
{ key = '-', mods = 'LEADER', action = act.SplitVertical({ domain = 'CurrentPaneDomain' }) },

0 commit comments

Comments
 (0)