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;
|
||||
setupOpts = {
|
||||
disabled_keys = {
|
||||
"<Up>" = [
|
||||
"h" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Down>" = [
|
||||
"j" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Left>" = [
|
||||
"k" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
"<Right>" = [
|
||||
"l" = [
|
||||
"n"
|
||||
"x"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue