junegunn / fzf.vim

fzf :heart: vim
MIT License
9.52k stars 582 forks source link

Feature request: please add the ability to search for the word under the cursor #1474

Closed vitaly-zdanevich closed 1 year ago

junegunn commented 1 year ago
nnoremap <silent> <Leader>ag :Ag <C-R><C-W><CR>
xnoremap <silent> <Leader>ag y:Ag <C-R>"<CR>
vitaly-zdanevich commented 1 year ago

Thanks, it works for Neovim, but not for Vim :(

junegunn commented 1 year ago

I'm a Vim user.

vitaly-zdanevich commented 1 year ago

Oops, that was some interference with some another plugin - because nothing for Go, but works for .vim file, thanks.

vitaly-zdanevich commented 1 year ago

Hm, in Vim 9 I got error:

Command failed: ag --nogroup --column --color -- 'my_word_under_cursor'