一.vim编辑器模式


linux学习之路--Vim编辑器

常见操作命令
1.新建一个test文件
[[email protected] ~]# vim test
2.回车 ,按下i进行输入字符

3.esc  -->:wq 保存退出

4,进行光标定位
vim +数字 test
定位到某一行,超出范围则到最后一行

vim +/xxxx test
光标定位到某个单词
linux学习之路--Vim编辑器

linux学习之路--Vim编辑器
linux学习之路--Vim编辑器


linux学习之路--Vim编辑器

相关文章:

  • 2021-06-20
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-12-07
猜你喜欢
  • 2021-11-23
  • 2021-07-21
  • 2021-10-15
  • 2021-12-12
  • 2022-12-23
  • 2021-07-10
  • 2021-08-29
相关资源
相似解决方案