update README
This commit is contained in:
parent
1f39a8c3ac
commit
fd1ed129e3
@ -1,7 +1,29 @@
|
|||||||
# eregex.vim
|
# 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.
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
Author : 安久津
|
Author : 安久津
|
||||||
Origin : [eregex.vim][origin]
|
Origin : [eregex.vim][origin]
|
||||||
Maintainer : othree
|
Maintainer : othree
|
||||||
|
|
||||||
|
Might release under MIT License.
|
||||||
|
|
||||||
[origin]:http://www.vector.co.jp/soft/unix/writing/se265654.html
|
[origin]:http://www.vector.co.jp/soft/unix/writing/se265654.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user