From: Huck Boles Date: Fri, 30 Jun 2023 03:15:32 +0000 (-0500) Subject: added: more telescope bindings X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=05488a284fdfc8d69695ced9bf6467dee4fc054e;p=nvim.git added: more telescope bindings --- diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 855fa5c..0cd48e4 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -11,25 +11,25 @@ return { }, }, keys = { + { '', 'Telescope current_buffer_fuzzy_find sorting_strategy=ascending' }, + { '', 'Telescope command_history' }, { 'b', 'Telescope buffers' }, + { 'l', 'Telescope diagnostics' }, + { 'R', 'Telescope lsp_references' }, { 'tt', 'Telescope resume' }, { 'tc', 'Telescope commands' }, - { 't!', 'Telescope command_history' }, { 'th', 'Telescope help_tags' }, { 'tm', 'Telescope marks' }, { 'tq', 'Telescope quickfix' }, { 'ts', 'Telescope search_history' }, { 'tr', 'Telescope registers' }, { 'tk', 'Telescope keymaps' }, - { 'tb', 'Telescope current_buffer_fuzzy_find' }, { 'to', 'Telescope vim_options' }, { 'tgc', 'Telescope git_commits' }, { 'tgd', 'Telescope git_bcommits' }, { 'tgb', 'Telescope git_branches' }, { 'tgs', 'Telescope git_status' }, { 'tft', 'Telescope filetypes' }, - { 'l', 'Telescope diagnostics' }, - { 'R', 'Telescope lsp_references' }, { 'tld', 'Telescope lsp_type_definitions' }, { 'tlt', 'Telescope lsp_definitions' }, { 'tli', 'Telescope lsp_implementations' },