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

26 lines
371 B
Nix

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