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

27 lines
392 B
Nix

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