记使用vim常用的快捷键

显示行数  :set nu

跳转到最后一行 G

跳转到指定行数 nG  n为行数

跳转到行首 0

跳转到行尾 $ (shift+4)

原文地址:https://www.cnblogs.com/ailhc/p/7099837.html