blob: 25403e6cb5c6ce48c4934ecff7904f632535083f [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001do_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}