eregex.vim/README.markdown

32 lines
764 B
Markdown
Raw Normal View History

2010-10-15 22:49:29 +08:00
# eregex.vim
2010-10-15 23:21:53 +08:00
## Installation
2013-02-21 14:51:27 +08:00
Use [Vundle][] or [pathogen][] is suggested.
2010-10-15 23:21:53 +08:00
2013-02-21 14:51:27 +08:00
[Vundle]:https://github.com/gmarik/vundle
[pathogen]:https://github.com/tpope/vim-pathogen
2010-10-15 23:21:53 +08:00
## Usage
2013-02-22 00:17:06 +08:00
After installed. Just press / or ? for search, it will map to :M command.
2010-10-15 23:21:53 +08:00
2013-02-22 00:17:06 +08:00
You can call EregexToggle funtion to toggle the keymapping. For example,
add the following line into your .vimrc file:
2010-10-15 23:21:53 +08:00
2013-02-22 14:30:39 +08:00
nnoremap <leader>/ :call eregex#toggle()<CR>
2013-02-22 00:17:06 +08:00
2013-02-22 00:21:41 +08:00
Then you can use &lt;leader>/ to toggle eregex.vim.
2013-02-22 00:17:06 +08:00
For replacement, use :%S// (uppercase S) to use perl style regexp.
2010-10-15 23:21:53 +08:00
## License
2010-10-15 22:50:38 +08:00
Author : 安久津
Origin : [eregex.vim][origin]
Maintainer : othree
2010-10-15 22:49:29 +08:00
2013-02-21 14:51:27 +08:00
`:help eregex-license-to-use` for license information.
2010-10-15 23:21:53 +08:00
2010-10-15 22:49:29 +08:00
[origin]:http://www.vector.co.jp/soft/unix/writing/se265654.html