1
msg7086 6h 37m ago
我 Debian 的 .vimrc 一般直接把鼠标功能关了。
source $VIMRUNTIME/defaults.vim set mouse= set t_Co=256 set tabstop=2 shiftwidth=2 expandtab |