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