refactor + add some QoL plugins
This commit is contained in:
parent
526e41767c
commit
f42c1c8fdf
15 changed files with 113 additions and 138 deletions
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
}
|
||||
|
||||
{ # prefix: find
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "<leader>f";
|
||||
action = "<NOP>";
|
||||
|
@ -19,5 +19,32 @@
|
|||
desc = "+find";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "<PageUp>";
|
||||
action = "<C-u>";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "<PageDown>";
|
||||
action = "<C-d>";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = ["n"];
|
||||
key = "<Del>";
|
||||
action = "zz";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue