nvim: visual // to search selected text
This commit is contained in:
parent
d53c733d7f
commit
b7e07cf62b
1 changed files with 3 additions and 0 deletions
|
|
@ -311,3 +311,6 @@ autocmd FileType html inoremap <C-_> </<C-X><C-O>
|
|||
|
||||
let g:Unicode_no_default_mappings = 1
|
||||
imap <C-G><C-F> <Plug>(UnicodeFuzzy)
|
||||
|
||||
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
||||
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue