nixvim!
This commit is contained in:
parent
1ae2d7cc6a
commit
6198767e5b
47 changed files with 2430 additions and 108 deletions
26
modules/editors/nixvim/plug/utils/hardtime.nix
Normal file
26
modules/editors/nixvim/plug/utils/hardtime.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
plugins.hardtime = {
|
||||
enable = true;
|
||||
enabled = true;
|
||||
disableMouse = true;
|
||||
disabledFiletypes = ["Oil"];
|
||||
hint = true;
|
||||
maxCount = 4;
|
||||
maxTime = 1000;
|
||||
restrictionMode = "hint";
|
||||
restrictedKeys = {
|
||||
"h" = ["n" "x"];
|
||||
"j" = ["n" "x"];
|
||||
"k" = ["n" "x"];
|
||||
"l" = ["n" "x"];
|
||||
"-" = ["n" "x"];
|
||||
"+" = ["n" "x"];
|
||||
"gj" = ["n" "x"];
|
||||
"gk" = ["n" "x"];
|
||||
"<CR>" = ["n" "x"];
|
||||
"<C-M>" = ["n" "x"];
|
||||
"<C-N>" = ["n" "x"];
|
||||
"<C-P>" = ["n" "x"];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue