Skip to content

exvim/ex-searchcompl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Complete vim searches /,? by <TAB>

  • Highlight words quickly by different label color.
  • Easily replace highlight words.

Requirements

  • Vim 6.0 or higher.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

To install using Vundle:

# add this line to your .vimrc file
Bundle 'exvim/ex-searchcompl'

To install using Pathogen:

cd ~/.vim/bundle
git clone https://github.com/exvim/ex-searchcompl

To install using NeoBundle:

# add this line to your .vimrc file
NeoBundle 'exvim/ex-searchcompl'

Download zip file:

cd ~/.vim
unzip ex-searchcompl-master.zip
copy all of the files into your ~/.vim directory

Usage

When using / or ? search text on vim, you can type part of the words, and press <TAB>, ex-searchcompl will complete the search text under the cursor.

About

Complete vim searches /,? by <tab> on current word

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published