Skip to content

Commit

Permalink
fix(wezterm): Change keybind for command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 8, 2024
1 parent 9bcbe10 commit ec26b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/modules/wezterm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ in {
{ key = 'c', mods = 'SUPER', action = wezterm.action.CopyTo('Clipboard') },
{ key = 'v', mods = 'SUPER', action = wezterm.action.PasteFrom('Clipboard') },
{ key = '[', mods = 'LEADER', action = wezterm.action.ActivateCopyMode },
{ key = 'p', mods = 'CTRL', action = wezterm.action.ActivateCommandPalette },
{ key = 'p', mods = 'SUPER', action = wezterm.action.ActivateCommandPalette },
}
smart_splits.apply_to_config(config)
Expand Down

0 comments on commit ec26b6a

Please sign in to comment.