摘要:
复制粘贴 Hard Way You can call vim functions in command mode.The command below will write yanked lines to /tmp/myFile. :call writefile(split(getreg('"'), 阅读全文
摘要:
set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set number " 不与 Vi 兼容(采用 Vim 自己的操作命令) set nocompatible " 在状态栏显示正在输入的 阅读全文