change which_key description for telescope
This commit is contained in:
parent
9e7616a4d8
commit
a1b3e862b3
1 changed files with 3 additions and 3 deletions
|
@ -19,19 +19,19 @@
|
||||||
"<leader>ff" = {
|
"<leader>ff" = {
|
||||||
action = "find_files";
|
action = "find_files";
|
||||||
options = {
|
options = {
|
||||||
desc = "Find files";
|
desc = "Files";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"<leader>fp" = {
|
"<leader>fp" = {
|
||||||
action = "projects";
|
action = "projects";
|
||||||
options = {
|
options = {
|
||||||
desc = "Find projects";
|
desc = "Projects";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"<leader>fb" = {
|
"<leader>fb" = {
|
||||||
action = "buffers";
|
action = "buffers";
|
||||||
options = {
|
options = {
|
||||||
desc = "Find buffers";
|
desc = "Buffers";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue