Vim:启动时光标位于缓冲区末尾
我需要 vim 命令行选项来在 vim 启动时将光标移动到缓冲区的末尾。 我知道命令 G 和 $,但这不是我想要的。我希望这些命令在启动时自动发出,这样光标就会停在最后一个位置。
移动到最后一行已经可以了:
vim [filename] +
但这会将光标放在最后一行的开头。我希望它位于最后一个位置。
I need the vim command line options to move the cursor to the end of the buffer when vim starts.
I know about the commands G and $, but thats not what I am asking for. I want these commands to be automatically issued at startup, so the cursor ends up at the last position.
Moving to last line already works:
vim [filename] +
But that puts the cursor at the beginning of the last line. I want it to be at the last position.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法:
如果您希望它在没有命令行开关的情况下自动执行,您可以查看
Simplest approach:
If you want it automatically executed without the commandline switches you can look at