feat(nvf): disable hjkl in all modes
This commit is contained in:
parent
c5008603c6
commit
42cfd252f8
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue