chore(nvf): revert to old config

This commit is contained in:
Mohammad Rafiq 2025-05-30 12:26:23 +08:00
parent 9b6a92f9db
commit 4fb0f5a934
No known key found for this signature in database

View file

@ -2,20 +2,21 @@
hardtime-nvim = {
enable = true;
setupOpts = {
max_count = 1;
disabled_keys = {
"h" = [
"<Up>" = [
"n"
"x"
];
"j" = [
"<Down>" = [
"n"
"x"
];
"k" = [
"<Right>" = [
"n"
"x"
];
"l" = [
"<Left>" = [
"n"
"x"
];