Skip to content

Commit 162de48

Browse files
eapolinarioclaude
andcommitted
feat(xremap): add C-n, C-p, and Super-n bindings for Chromium
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f4edf43 commit 162de48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nixos/home/eduardo/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,14 @@
178178
remap = {
179179
"C-a" = "Home";
180180
"C-e" = "End";
181+
"C-n" = "Down";
182+
"C-p" = "Up";
181183
"M-f" = "C-Right";
182184
"M-b" = "C-Left";
183185
"M-d" = "C-Delete";
184186
"M-BackSpace" = "C-BackSpace";
185187
"C-k" = { launch = ["wtype" "-M" "shift" "-k" "End" "-m" "shift" "-k" "BackSpace"]; };
188+
"Super-n" = "C-n";
186189
};
187190
}
188191
];

0 commit comments

Comments
 (0)