feat(nvf): disable hjkl in all modes

This commit is contained in:
Mohammad Rafiq 2025-05-30 11:49:10 +08:00
parent c5008603c6
commit 42cfd252f8
No known key found for this signature in database

View file

@ -3,19 +3,19 @@
enable = true;
setupOpts = {
disabled_keys = {
"<Up>" = [
"h" = [
"n"
"x"
];
"<Down>" = [
"j" = [
"n"
"x"
];
"<Left>" = [
"k" = [
"n"
"x"
];
"<Right>" = [
"l" = [
"n"
"x"
];