change which_key description for telescope

This commit is contained in:
Anthony Rodriguez 2024-08-29 20:09:48 +02:00
parent 9e7616a4d8
commit a1b3e862b3
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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";
}; };
}; };
}; };