本文介绍了转到 vim 中的字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我从 python 脚本位置 21490
收到一条错误消息.
I'm getting an error message from a python script at position 21490
.
我如何才能在 Vim 中到这个位置?
How can I go to this position in Vim?
推荐答案
:goto 21490
将带您到缓冲区中的第 21490 个字节.
:goto 21490
will take you to the 21490th byte in the buffer.
这篇关于转到 vim 中的字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!