博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux学习笔记(七)-VI的设计思想和使用
阅读量:7180 次
发布时间:2019-06-29

本文共 267 字,大约阅读时间需要 1 分钟。

vi的模式和常用命令:

  1. 命令模式 Command Mode
  2. 插入模式(编辑模式) Edit Mode
  3. 底行模式 Ex Mode

模式之间的切换:

Command -> Edit(i,a,o)–i:插入;b-追加;o-换行
Edit -> Command(ESC)
Command ->Ex(:)
Ex ->Command(Enter)
Edit -> Ex(can not)
Ex ->Edit(can not)

第三方插件:VIM

转载于:https://www.cnblogs.com/aniudcs/p/5971193.html

你可能感兴趣的文章
gcc and g++分别是gnu的c & c++编译器
查看>>
centos 例行性工作转发外部邮箱
查看>>
工作中使用了一些触发器
查看>>
[每日一题] 11gOCP 1z0-052 :2013-09-7 The usage of the SQL*LOAD utility.............................
查看>>
我的友情链接
查看>>
async & await 的前世今生(Updated)
查看>>
揭开云“误”山的面纱
查看>>
Lua5.0 词法分析
查看>>
Solutions Log (2014-08)
查看>>
Java程序员从笨鸟到菜鸟之(七十八)细谈Spring(七)spring之JDBC访问数据库及配置详解...
查看>>
ElasticSearch(七)之elasticsearch集群搭建及参数详解
查看>>
Rails best practices
查看>>
Solaris 测试bonding的网卡是否可以 failover
查看>>
Ubuntu16.04 PPTP Server Setting
查看>>
你应该知道的16个Linux服务器监控命令
查看>>
Cisco Voip实验
查看>>
SonarQube集成到Eclipse中
查看>>
centos7 iptables 外网地址轮训
查看>>
dstat 好用的监控工具
查看>>
linux 输入错误命令 删除键显示^H 解决办法
查看>>