diff --git a/README.markdown b/README.markdown index 96f7027..f73d507 100644 --- a/README.markdown +++ b/README.markdown @@ -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 : 安久津