diff options
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index db19250..f7ab271 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -1,8 +1,2 @@  local telescope = require('telescope')  telescope.load_extension('fzf') -vim.keymap.set({'n', 'i'}, '<leader>tf', ':Telescope find_files<CR>')  -- file search -vim.keymap.set({'n', 'i'}, '<leader>tb', ':Telescope buffers<CR>')     -- buffer peak -vim.keymap.set({'n', 'i'}, '<leader>tp', ':Telescope builtin<CR>')     -- picker picker lmao -vim.keymap.set({'n', 'i'}, '<leader>tg', ':Telescope live_grep<CR>')   -- grep - - | 
