chore(nvf): slight revamp n cleanup

This commit is contained in:
Mohammad Rafiq 2025-06-03 08:37:27 +08:00
parent d30c748dc3
commit 65815ff11f
No known key found for this signature in database
9 changed files with 8 additions and 42 deletions

View file

@ -4,22 +4,10 @@
setupOpts = {
max_count = 1;
disabled_keys = {
"<Up>" = [
"n"
"x"
];
"<Down>" = [
"n"
"x"
];
"<Right>" = [
"n"
"x"
];
"<Left>" = [
"n"
"x"
];
"<Up>" = [ ];
"<Down>" = [ ];
"<Right>" = [ ];
"<Left>" = [ ];
};
};
};