知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

VIM中的几个编辑和移动命令

发布时间:2014-09-05 14:43:25作者:知识屋

VIM中的几个编辑和移动命令
 
Move
Edit
Move
h/i/j/k
f/F 在同一行内查找
 
/ or ? 查找整个文档
gg/G 移动到文档起始/结束
*/# 查找当前光标下的word
 
zt(top) zb(buttom) zz 移动当前行到屏幕顶部/底部/中间
H M L (high low middle) 移动光标到屏幕顶部/中间/底部
ctrl+u/d ctrl+f/b 往前/往后移动半屏 往前/往后移动一屏
 
w(next word)/b(begin of word)/e(end of word) W/B/E word move, 大写和小写时区分单词的方式不一样。
m (mark) ma 然后使用'a能够回到标记为a的地方。
Edit
a/A/i/I
r replace
c change (by deleting, then placing you in insert mode) cw c$ ctl(changes until the next l character)
d delete d5w dd d5d(delete 5 lines) d0 de d$ dtl(delete until the next l character)
x/X remove under or left character.
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜