eregex.vim/README.markdown

30 lines
646 B
Markdown
Raw Normal View History

2010-10-15 22:49:29 +08:00
# eregex.vim
2010-10-15 23:21:53 +08:00
## Installation
Vimball package will not release until english doc is ready.
Now you can clone this repo and use [vim-makefile][] to install.
[vim-makefile]:http://github.com/c9s/vim-makefile
## Usage
Add the following three lines to your vimrc file.
nnoremap / :M/
nnoremap ? :M?
nnoremap ,/ /
Now you can use / to find. :%S// (uppercase S) to replace.
===============================================================
## License
2010-10-15 22:50:38 +08:00
Author : 安久津
Origin : [eregex.vim][origin]
Maintainer : othree
2010-10-15 22:49:29 +08:00
2010-10-15 23:21:53 +08:00
Might release under MIT License.
2010-10-15 22:49:29 +08:00
[origin]:http://www.vector.co.jp/soft/unix/writing/se265654.html