test
This commit is contained in:
parent
92c76b2492
commit
d30c3e761d
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@
|
||||||
action = "grep_string";
|
action = "grep_string";
|
||||||
desc = "Search for [W]ord under cursor";
|
desc = "Search for [W]ord under cursor";
|
||||||
};
|
};
|
||||||
"<leader>g" = {
|
"<leader>gs" = {
|
||||||
action = "git_status";
|
action = "git_status";
|
||||||
desc = "Search [G]it status";
|
desc = "Search [G]it [S]tatus";
|
||||||
};
|
};
|
||||||
"<leader>r" = {
|
"<leader>r" = {
|
||||||
action = "oldfiles";
|
action = "oldfiles";
|
||||||
|
|
Loading…
Reference in a new issue