chore(nvf): revert to old config
This commit is contained in:
parent
9b6a92f9db
commit
4fb0f5a934
1 changed files with 5 additions and 4 deletions
|
@ -2,20 +2,21 @@
|
||||||
hardtime-nvim = {
|
hardtime-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
|
max_count = 1;
|
||||||
disabled_keys = {
|
disabled_keys = {
|
||||||
"h" = [
|
"<Up>" = [
|
||||||
"n"
|
"n"
|
||||||
"x"
|
"x"
|
||||||
];
|
];
|
||||||
"j" = [
|
"<Down>" = [
|
||||||
"n"
|
"n"
|
||||||
"x"
|
"x"
|
||||||
];
|
];
|
||||||
"k" = [
|
"<Right>" = [
|
||||||
"n"
|
"n"
|
||||||
"x"
|
"x"
|
||||||
];
|
];
|
||||||
"l" = [
|
"<Left>" = [
|
||||||
"n"
|
"n"
|
||||||
"x"
|
"x"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue