Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | do_install_append() { |
2 | # The mouse being autoenabled is just annoying in xfce4-terminal (mouse | ||||
3 | # drag make vim go into visual mode and there is no right click menu), | ||||
4 | # delete the block. | ||||
5 | sed -i '/the mouse works just fine/,+4d' ${D}/${datadir}/${BPN}/vimrc | ||||
6 | } |