Vim常用命令:移动 跳转 到 文档开头或末尾

本文详细介绍了Vim编辑器中的各种快捷键,包括移动光标至文档开头(gg)、文档末尾(G),以及其他如h(左移)、j(下移)、k(上移)、l(右移)等基本操作。还提供了单词、句子和段落级别的导航技巧,如w、W、b、B、e、E、{、}

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >




http://outofmemory.cn/code-snippet/4016/go-to-bottom-of-file-in-vim-editor

gg:命令将光标移动到文档开头

G:命令将光标移动到文档末尾


vi编辑器中在命令行模式下输入G可以直接跳转到页面的底部

在命令行模式下输入1G可以跳转到页面的头部位置

更多在vi中移动编辑位置的命令说明如下:

  • h Move left
  • j Move down
  • k Move up
  • l Move right
  • w Move to next word
  • W Move to next blank delimited word
  • b Move to the beginning of the word
  • B Move to the beginning of blank delimted word
  • e Move to the end of the word
  • E Move to the end of Blank delimited word
  • ( Move a sentence back
  • ) Move a sentence forward
  • { Move a paragraph back
  • } Move a paragraph forward
  • 0 Move to the begining of the line
  • $ Move to the end of the line
  • 1G Move to the first line of the file
  • G Move to the last line of the file
  • nG Move to nth line of the file
  • :n Move to nth line of the file
  • fc Move forward to c
  • Fc Move back to c
  • H Move to top of screen
  • M Move to middle of screen
  • L Move to botton of screen
  • % Move to associated ( ), { }, [ ]



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值