From 05488a284fdfc8d69695ced9bf6467dee4fc054e Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Thu, 29 Jun 2023 22:15:32 -0500 Subject: [PATCH] added: more telescope bindings --- lua/plugins/telescope.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' }, -- 2.44.2