Skip to content

Instantly share code, notes, and snippets.

@hotoo
Created June 23, 2010 04:43
Show Gist options
  • Save hotoo/449510 to your computer and use it in GitHub Desktop.
Save hotoo/449510 to your computer and use it in GitHub Desktop.
" 选中一段文字并全文搜索这段文字
vnoremap * y/<C-R>=escape(@", '\\/.*$^~[]')<CR><CR>
vnoremap # y?<C-R>=escape(@", '\\/.*$^~[]')<CR><CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment