Add feature: replace selection with all occurances in visual mode. Fix: replace word under cursor with all occurances. Fix: Telescope again starts in insert mode.

This commit is contained in:
psychhim
2025-10-10 19:27:20 +05:30
parent af4df2f99c
commit af98249a9d
2 changed files with 76 additions and 15 deletions

View File

@@ -22,7 +22,6 @@ return {
-- See `:help telescope` and `:help telescope.setup()`
require('telescope').setup {
defaults = {
initial_mode = 'normal', -- Start in normal mode instead of insert
mappings = {
i = {
['<C-u>'] = false,