Skip to content

Commit

Permalink
chore(wezterm): update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Sep 30, 2024
1 parent 60bfea8 commit 270ae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wezterm/cfg_keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function M.setup(cfg)
}),
},

{ key = "l", mods = "LEADER", action = act.ShowLauncher },
{ key = "d", mods = "LEADER", action = act.ShowLauncher },
{ key = "q", mods = "LEADER", action = act.CloseCurrentPane({ confirm = true }) },

{
Expand Down

0 comments on commit 270ae1c

Please sign in to comment.