Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to search on vim

One can search forward in vim/vi by pressing / and then typing your search pattern/word.
To search backward in vi/vim by pressing ? and then typing your search pattern/word.
Once word found in vim, you can press the n key to go directly to the next occurrence of the word in backwards. Press the N key to go directly to the opposite direction, i.e. forwards.
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #search #vim
ADD COMMENT
Topic
Name
8+3 =