From: Huck Boles Date: Sun, 23 Apr 2023 15:25:55 +0000 (-0500) Subject: transistion from fzf to telescope X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=4709d4a2cb53a33c9ac90226b0715d78eff71263;p=nvim.git transistion from fzf to telescope --- diff --git a/lua/plugins.lua b/lua/plugins.lua index 2e76c6f..8523e05 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -15,19 +15,6 @@ return { { 'lukas-reineke/indent-blankline.nvim', event = 'VeryLazy' }, - -- { - -- 'junegunn/fzf.vim', - -- dependencies = { - -- 'junegunn/fzf' - -- }, - -- keys = { - -- { 'f', 'GFiles' }, - -- { 'F', 'Files' }, - -- { 'b', 'Buffers' }, - -- { '', 'History:' }, - -- }, - -- }, - { 'akinsho/toggleterm.nvim', keys = { { '', 'ToggleTerm' } }, diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 40245af..92f6d74 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -6,7 +6,7 @@ return { { 'f', 'Telescope git_files' }, { 'F', 'Telescope find_files' }, { '', 'Telescope live_grep' }, - { 'b', 'Telescope buffers' }, + { 'B', 'Telescope buffers' }, { '', 'Telescope command_history' }, { 'D', 'Telescope diagnostics' }, { 'g', 'Telescope git_commits' },