VIM commands For linux || kali linux || Debian based operation system

 



VIM Command Examples


. Want to go the 523rd lines of the Files ?????

  $ vim +523 filename.txt


. Go to the First match of the specified

  Just Types

$ vim +/search-term filename.txt


. Open The files in Read Only Mode 

 Just Types

$ vim -R /etc/passwd

Comments