refactor mneumonics
This commit is contained in:
parent
76b5f16399
commit
0c866cfd92
6 changed files with 71 additions and 83 deletions
|
@ -13,25 +13,7 @@
|
|||
desc = "+search";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>h";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
desc = "+hunks";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>t";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
desc = "+toggle";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>b";
|
||||
|
@ -61,11 +43,20 @@
|
|||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>l";
|
||||
key = "<leader>gl";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
desc = "+list";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>gt";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
desc = "+toggle";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue