update keymaps
This commit is contained in:
parent
a6f234cc57
commit
c2227b86a2
7 changed files with 85 additions and 25 deletions
|
@ -9,16 +9,7 @@
|
|||
# Prefixes, No operation.
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>s";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
desc = "+search";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
mode = ["n" "v"];
|
||||
key = "<leader>g";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
|
@ -27,7 +18,7 @@
|
|||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
mode = ["n"];
|
||||
key = "<leader>gl";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
|
@ -36,7 +27,7 @@
|
|||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
mode = ["n"];
|
||||
key = "<leader>gt";
|
||||
action = "<Nop>";
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue