[Level 1] Vim highlight search
If you want to search in vim,
you can use the command '#' to select the word first.
And if you want to hightlight it,
you can set highlight search in ~/.vim.rc
in ~/.vimrc
Wish this helps.
regards,
Stanley Huang
you can use the command '#' to select the word first.
And if you want to hightlight it,
you can set highlight search in ~/.vim.rc
in ~/.vimrc
set hlsearch
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment