nix-darwin/home/nvf/plugins/binds.nix
2026-03-15 02:49:46 +09:00

10 lines
138 B
Nix
Executable file

{
# binds
whichKey = {
enable = true;
register = {
"<leader>f" = "+FZF";
"<leader>l" = "+Language";
};
};
}