In vim, you can easily search words by using /
command.
But if you enter slash in search it doesn’t match because /
has special function in vim search.
So if you want to search with slash, you simply add \
before slash.
If you want to search the url including slash example.com/user/
, use like this
/example.com\/user\/
'tools > vim' 카테고리의 다른 글
Install papercolor in vim (0) | 2018.02.23 |
---|---|
Install and using vim plug (0) | 2018.02.22 |
맥(OSX )에서 ctags 설치 및 vim ctags 사용 (2) | 2018.02.04 |
Vim 에서 quote, unquote 하기 (따옴표) (2) | 2018.02.03 |
vim Ctrlp 설치 및 설정(.pyc, node_modules 무시하기) (0) | 2018.01.31 |