Vim: 回到上次编辑的位置
ctrl +Octrl + I(i) When you move your cursor to a particular position in a file, Vim remembers this ...
ctrl +Octrl + I(i) When you move your cursor to a particular position in a file, Vim remembers this ...
1.全选并复制到系统剪贴板 ggVG或ggvG 然后 "+y 2.光标移动到指定行 nG或ngg,如:移动到第5行: 5G或5gg,也可以在命令模式下输入行号n : ...
在文件末尾添加如图两行代码 写下来方便复制export NDKROOT=/usr/ndk/android-ndk-r12bexport PATH=$NDKROOT:$PATH 保 ...