Update readme
This commit is contained in:
parent
ba860a3f8b
commit
5af78ca657
@ -7,7 +7,7 @@ Use [Vundle][] or [pathogen][] is suggested.
|
||||
[Vundle]:https://github.com/gmarik/vundle
|
||||
[pathogen]:https://github.com/tpope/vim-pathogen
|
||||
|
||||
## Usage
|
||||
## Quick Start
|
||||
|
||||
After installed. Just press / or ? for search, it will map to :M command.
|
||||
|
||||
@ -20,6 +20,14 @@ Then you can use <leader>/ to toggle eregex.vim.
|
||||
|
||||
For replacement, use :%S// (uppercase S) to use perl style regexp.
|
||||
|
||||
See `:help eregex` for more information.
|
||||
|
||||
## Config
|
||||
|
||||
Default disable, put this line in vimrc:
|
||||
|
||||
let g:eregex_default_enable = 0
|
||||
|
||||
## License
|
||||
|
||||
Author : 安久津
|
||||
|
Loading…
Reference in New Issue
Block a user