mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
10 lines
138 B
Nix
Executable file
10 lines
138 B
Nix
Executable file
{
|
|
# binds
|
|
whichKey = {
|
|
enable = true;
|
|
register = {
|
|
"<leader>f" = "+FZF";
|
|
"<leader>l" = "+Language";
|
|
};
|
|
};
|
|
}
|