Go to file
2013-02-22 00:17:06 +08:00
doc Minor fix for Japanese doc. 2010-10-19 17:47:29 +08:00
plugin New toggle function for default key mapping 2013-02-22 00:03:01 +08:00
config.mk add config.mk 2010-10-19 17:36:38 +08:00
Makefile add Makefile 2010-10-19 17:30:45 +08:00
README.markdown Update README 2013-02-22 00:17:06 +08:00

eregex.vim

Installation

Use Vundle or pathogen is suggested.

Usage

After installed. Just press / or ? for search, it will map to :M command.

You can call EregexToggle funtion to toggle the keymapping. For example, add the following line into your .vimrc file:

nnoremap <leader>/ :call EregexToggle()<CR>

Then you can use / to toggle eregex.vim.

For replacement, use :%S// (uppercase S) to use perl style regexp.

License

Author : 安久津
Origin : eregex.vim
Maintainer : othree

:help eregex-license-to-use for license information.