vimrc.local
1950阅读 0评论2007-08-31 tysn
分类:LINUX
set cindent
colorscheme evening
set mouse=a
set ts=4
set sw=4
vmap y:call system("xclip -i -selection clipboard", getreg("\"")):call system("xclip -i", getreg("\""))
nmap :call setreg("\"",system("xclip -o -selection clipboard"))p
NOTE:
上述vmap 、nmap 配合set mouse=a使你可以在vi中使用Ctrl+c、Ctrl+v来复制/粘帖文本。在gnome-terminal下测试效果非常好:)