6高级文本编辑器.pptVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Put (paste) Use p or P to put (paste) copied or deleted data For line oriented data: p puts the data below the current line P puts the data above the current line For character oriented data: p puts the data after the cursor P puts the data before the cursor Undoing Changes Command Mode u undo most recent change U undo all changes to the current line since the cursor landed on the line Ctrl-r redo last undone change Visual Mode Allows selection of blocks of text v starts character-oriented highlighting V starts line-oriented highlighting Activated with mouse in gvim Visual keys can be used in conjunction with movement keys: w, ), }, arrows, etc Highlighted text can be deleted, yanked, changed, filtered, search/replaced, etc. Using multiple windows Multiple documents can be viewed in a single vim screen. Ctrl-w, s splits the screen horizontally Ctrl-w, v splits the screen vertically Ctrl-w, Arrow moves between windows Ex-mode instructions always affect the current window :help windows displays more window commands Configuring vi and vim Configuring on the fly :set or :set all Configuring permanently ~/.vimrc or ~/.exrc A few common configuration items :set number :set autoindent :set textwidth=65 (vim only) :set wrapmargin=15 :set ignorecase Run :help option-list for a complete list Learning more vi/vim built-in help :help :help topic Use :q to exit help vimtutor command End of Unit 9 Questions and Answers Summary Use the three primary modes of vi and vim Move the cursor and enter Insert mode Change, delete, yank, and put text Undo changes Search a document Save and exit 红帽RHCT课程讲义 红帽企业linux用户基础 vim:高级文本编辑器 6单元 vim:高级文本编辑器 目标 本单元你将学习到: 使用vi和vim的三种主要模式 浏览文本和进入插入模式 改变、删除、yank和put文本 撤消更改 搜索一个文档 保存和退出 vim介绍 Vi的最新版本,标准的unix文本编辑器 执行vi的时候会默认运行vim gvim:vim的图形化版本 提供在vim-x11包里 优点: 速度:操作键盘次数减少 简单:不依赖鼠标/图形 可用:可适应于多种类unix系统 缺点 困难:比较陡峭的学习曲线 着重在于键盘的操作速度 vim:模式编辑器 vim的模式决定按键行为 三种主要模式: 一般模式(缺省):移动光标,剪切/粘贴文本,改变模式 插入模式:修改文本 Ex模式:保存,退出等

文档评论(0)

00625 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档