Add following lines to .vimrc to fix that:
if has('mouse')
      set mouse-=a
endif
if has('mouse')
      set mouse-=a
endif
# iptables -P INPUT DROP
# iptables -P FORWARD DROP# iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT# iptables -A INPUT -s 127.0.0.0/8 -d 127.0.0.0/8 -i lo -j ACCEPT# iptables -A INPUT -p tcp --dport 22 -i eth0 -j ACCEPT# iptables -A INPUT -p icmp -j ACCEPT# iptables -L# iptables -L --line-numbers# iptables-save > /root/fw.conf/etc/rc.d/rc.localiptables-restore < /root/fw.conf