grep, vim, fg tricks learnt in Friday meeting
vim search whole world
Yes, when using Vim, you can search for whole words by wrapping them in \< and \>. Here's how to do it:
To search for a whole word, use the command /\<your-word\>. In your case, if you want to search for the whole word "typeo...
retriever.hashnode.dev3 min read