Skip to content

luochen1990/select-and-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Select & Search

select text in v mode, then press n to search next one (N for prev one)


you can also find this plugin in www.vim.org here.

Install & Configuration:

Install via Vundle:

  • Bundle 'luochen1990/select-and-search'
  • add this to your vimrc: let g:select_and_search_active = 1

Install Manually:

  • first, put rainbow.vim(this file) to dir ~/.vim/plugin or vimfiles/plugin
  • second, add the follow sentences to your .vimrc or _vimrc :
     let g:select_and_search_active = 1
  • third, restart your vim and enjoy coding.

Configuration:

  • let g:select_and_search_active = 2 will not jump when pressing the first n or N
  • let g:select_and_search_active = 3 will map * instead of n and N

**Rate this script if you like it, and i'll appreciate it and improve this plugin for you because of your support !

About

an useful vim plugin: select text in v mode, then press n to search next one (N for prev one)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published