Go to file
2010-10-19 17:30:45 +08:00
doc rename japanese doc extension 2010-10-19 16:37:17 +08:00
plugin Update version number. 2010-10-18 12:03:54 +08:00
Makefile add Makefile 2010-10-19 17:30:45 +08:00
README.markdown add ,? map setting in README 2010-10-18 12:57:45 +08:00

eregex.vim

Installation

Vimball package will not release until English doc is ready. Now you can clone this repo and use vim-makefile to install.

Usage

Add the following three lines to your vimrc file.

nnoremap / :M/
nnoremap ? :M?
nnoremap ,/ /
nnoremap ,? ?

Now you can use / to find. :%S// (uppercase S) to replace. You can use ,/ to use the origin / .

License

Author : 安久津
Origin : eregex.vim
Maintainer : othree

Might release under MIT License.