refactor(nvim): telescope keybind descriptions
This commit is contained in:
parent
5596e63efd
commit
0018b0cd99
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ _: {
|
|||
};
|
||||
"<leader>fl" = {
|
||||
action = "current_buffer_fuzzy_find";
|
||||
options.desc = "Search lines";
|
||||
options.desc = "Find lines";
|
||||
};
|
||||
"<leader>fg" = {
|
||||
action = "live_grep";
|
||||
|
|
@ -42,7 +42,7 @@ _: {
|
|||
};
|
||||
"<leader>fh" = {
|
||||
action = "help_tags";
|
||||
options.desc = "Help tags";
|
||||
options.desc = "Find help tags";
|
||||
};
|
||||
"<leader>fr" = {
|
||||
action = "oldfiles";
|
||||
|
|
@ -50,7 +50,7 @@ _: {
|
|||
};
|
||||
"<leader>fc" = {
|
||||
action = "commands";
|
||||
options.desc = "Commands";
|
||||
options.desc = "Find Commands";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue