linux之redhat中关于VIM的基本用法

####.运用VIM编辑文件####     vim file -->按[i]进入insert模式-->书写内容-->按[esc]退出insert模式-->:wq退出保存 示例:     vim hello.c     #include<stdio.h>     main()     {         printf("hell\n");         } :wq     yum install
相关文章
相关标签/搜索