From 5af78ca657df3ea03008662b56c83cb1e947838f Mon Sep 17 00:00:00 2001 From: othree_kao Date: Fri, 22 Feb 2013 14:35:37 +0800 Subject: [PATCH] Update readme --- README.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 : 安久津