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; enable = true;
setupOpts = { setupOpts = {
disabled_keys = { disabled_keys = {
"<Up>" = [ "h" = [
"n" "n"
"x" "x"
]; ];
"<Down>" = [ "j" = [
"n" "n"
"x" "x"
]; ];
"<Left>" = [ "k" = [
"n" "n"
"x" "x"
]; ];
"<Right>" = [ "l" = [
"n" "n"
"x" "x"
]; ];