📜  vi 突出显示单词 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:12.286000             🧑  作者: Mango

代码示例1
:set hlsearch
Then search for a pattern with the command / in Normal mode, 
  or o followed by / in Insert mode
# to remove highlight
:nohlsearch