pantheon/modules/home/cli/editor/nvf/binds.nix

15 lines
248 B
Nix

{
hardtime-nvim = {
enable = true;
setupOpts = {
max_count = 1;
disabled_keys = {
"<Up>" = [ ];
"<Down>" = [ ];
"<Right>" = [ ];
"<Left>" = [ ];
};
};
};
whichKey.enable = true;
}