mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 07:21:14 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user