add ,? map setting in README

This commit is contained in:
othree 2010-10-18 12:57:45 +08:00
parent 4df4a0b35a
commit 5ed06e656e

View File

@ -2,7 +2,7 @@
## Installation ## Installation
Vimball package will not release until english doc is ready. Vimball package will not release until English doc is ready.
Now you can clone this repo and use [vim-makefile][] to install. Now you can clone this repo and use [vim-makefile][] to install.
[vim-makefile]:http://github.com/c9s/vim-makefile [vim-makefile]:http://github.com/c9s/vim-makefile
@ -14,8 +14,10 @@ Add the following three lines to your vimrc file.
nnoremap / :M/ nnoremap / :M/
nnoremap ? :M? nnoremap ? :M?
nnoremap ,/ / nnoremap ,/ /
nnoremap ,? ?
Now you can use / to find. :%S// (uppercase S) to replace. Now you can use / to find. :%S// (uppercase S) to replace.
You can use ,/ to use the origin / .
## License ## License