Archive for 三月 12th, 2009
enable mouse in vim
http://snpshu.blog.pingtung.org/post/2/68
"使用m$模式 source $VIMRUNTIME/mswin.vim behave mswin "使用mouse set mouse=a "指定term模式 set ttymouse=xterm2 "切換滑鼠模式快速鍵 map m :set mouse=a<CR> map <Leader>m :set mouse=<CR>



