refactor(wezterm): remove unused pane rotation keybinds

Remove PageUp/PageDown pane rotation keybinds that don't align with wezterm workflow. The static pane layout approach (fixed splits + zoom toggle) doesn't benefit from rotation like dynamic window managers do.

Also update CLAUDE.md to clarify that Home Manager is a NixOS module, so just build/switch commands handle both system and user configurations together.
This commit is contained in:
♥ Minnie ♥ 2025-10-05 10:53:54 +08:00
parent 2e0a288a1a
commit ee7141e74e
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 4 additions and 16 deletions

View file

@ -138,18 +138,6 @@ config.keys = {
action = wezterm.action.ActivatePaneDirection("Next"),
},
{ -- Rotate panes counter-clockwise
key = "PageUp",
mods = "ALT",
action = wezterm.action.RotatePanes("CounterClockwise"),
},
{ -- Rotate panes clockwise
key = "PageDown",
mods = "ALT",
action = wezterm.action.RotatePanes("Clockwise"),
},
{ -- Focus largest (master) pane
key = "Delete",
mods = "ALT",