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" = {
|
||||
action = "find_files";
|
||||
options = {
|
||||
desc = "Find files";
|
||||
desc = "Files";
|
||||
};
|
||||
};
|
||||
"<leader>fp" = {
|
||||
action = "projects";
|
||||
options = {
|
||||
desc = "Find projects";
|
||||
desc = "Projects";
|
||||
};
|
||||
};
|
||||
"<leader>fb" = {
|
||||
action = "buffers";
|
||||
options = {
|
||||
desc = "Find buffers";
|
||||
desc = "Buffers";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue