- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
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
- Get link
- X
- Other Apps
Comments
Post a Comment