chore: update telescope keymap descriptions and file picker key

- Change file picker key from "<leader>ff" to "<leader>sf".
- Update description in telescope config for better clarity.
- No functional change, just a documentation improvement.
This commit is contained in:
♥ Minnie ♥ 2025-02-19 23:44:44 +08:00
parent ef3a9dbc2c
commit 10151c17a8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -18,10 +18,10 @@
# Configure our telescope keymaps. # Configure our telescope keymaps.
keymaps = { keymaps = {
# File Pickers # File Pickers
"<leader>ff" = { "<leader>sf" = {
action = "find_files"; action = "find_files";
options = { options = {
desc = "Find project files"; desc = "Search project files";
}; };
}; };
"<leader>/" = { "<leader>/" = {
@ -32,10 +32,10 @@
}; };
# Vim Pickers # Vim Pickers
"<leader>fb" = { "<leader>sb" = {
action = "buffers"; action = "buffers";
options = { options = {
desc = "Find open buffers"; desc = "Search open buffers";
}; };
}; };
"<leader>:" = { "<leader>:" = {