diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-23 13:16:09 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-23 13:16:09 +0200 | 
| commit | a859407a171c0c13b93f8c234de31048056b08e3 (patch) | |
| tree | 2d2ba667291e50a52ad159ae7dfa20aa1f44b21d /nvim/lua/plugins | |
| parent | fddca6f95893d1753b87ff3ff76f05335921f567 (diff) | |
nvim(keymap): remove telescope mapping in insert mode
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 - - | 
