Last active
December 21, 2015 04:09
-
-
Save dyng/6247425 to your computer and use it in GitHub Desktop.
"n" 固定正向搜索,"N" 固定逆向搜索。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap <silent><expr>n v:searchforward ? "n" : "N" | |
noremap <silent><expr>N v:searchforward ? "N" : "n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
好评!