首页 > 系统服务 > 详细

lesson3 -Vim

时间:2015-09-10 02:05:21      阅读:285      评论:0      收藏:0      [点我收藏+]

1. creat newfile            sudo vim newfile

    read file        sudo vim filename(if this file is not exist,creat a new one)   and no   houzhuiming

                         sudo vim /etc/passwd              system account



2.change the owner of file

   

  sudo chown user file

  sudo chown root newfile

 exit


3. editing and navigatating


insert:  ‘a‘  

get out insert moden:  ‘esc‘

find sth,seach:         :/  *max*     notice space   max means what are you looking for

                                :/ ?     

 hit ‘n‘  :    go to the next search


4. command in vim

 open file:         :e   file

 colse file                        :q!     (no change,no save)

                    :wq   (save and close)    back to  system ,quit vim

              :w  filename  (save as another file)


本文出自 “SystemAdmin成长记” 博客,请务必保留此出处http://christhai.blog.51cto.com/1584747/1693245

lesson3 -Vim

原文:http://christhai.blog.51cto.com/1584747/1693245

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!