Think before you speak, read before you think.

vim打开文件

by

in

vim 打开文件并跳到最后一行

vim + filename

vim 打开文件并跳到指定行

vim +n filename

vim 打开两个文件,并以 vsplit 显示

vim -O file1 file2

vim 打开两个文件,并以 split 显示

vim -o file1 file2

save all

:wqa

vim can open .zip, .tar.gz files, to prview the filenames in side the package.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *