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:
parent
ef3a9dbc2c
commit
10151c17a8
|
@ -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>:" = {
|
||||||
|
|
Loading…
Reference in a new issue