Remove conflicting telesope keymap

This commit is contained in:
Jan Eitzinger 2023-02-25 07:47:44 +01:00
parent 8b02a1313b
commit b04f935dc7

View File

@ -29,7 +29,6 @@ map('n',"<C-t>", "<cmd>Telescope current_buffer_tags<cr>")
map('n', "<leader>e", "<cmd>Telescope find_files<cr>") map('n', "<leader>e", "<cmd>Telescope find_files<cr>")
map('n', "<leader>f", "<cmd>Telescope live_grep<cr>") map('n', "<leader>f", "<cmd>Telescope live_grep<cr>")
map('n',"<leader>g", "<cmd>Telescope grep_string<cr>")
map('n', "<leader>b", "<cmd>Telescope buffers<cr>") map('n', "<leader>b", "<cmd>Telescope buffers<cr>")
map('n', "<leader>h", "<cmd>Telescope help_tags<cr>") map('n', "<leader>h", "<cmd>Telescope help_tags<cr>")
map('n', "z=", "<cmd>Telescope spell_suggest<cr>") map('n', "z=", "<cmd>Telescope spell_suggest<cr>")