Skip to content

Commit

Permalink
keyd: Add shortcuts for home and end
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 6, 2024
1 parent ddfc08c commit 49f4103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/modules/keyd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
j = "down";
k = "up";
l = "right";
a = "home";
e = "end";
};
};
};
Expand Down

0 comments on commit 49f4103

Please sign in to comment.