On Monday, 31 August 2020 8:14:57 AM AEST Brian May via luv-main wrote: > Brian May <[email protected]> writes: > > * Some text applications can have mouse support and "steal mouse" and do > > > > their own thing. For example, in vim sometimes I have to use shift > > click to mark or paste text. But now I try to reproduce this on demand > > and I can't ... go figure. Google says the config value is "set > > mouse=a" > > Oh, I found out why this is confusing me. Turns out if I ssh into a > Debian account as root, by default I get mouse=a - so I have to use > shift click everywhere, but with my own custom config I have mouse=
# cat /etc/vim/vimrc.local let g:skip_defaults_vim = 1 This is how I solved that problem. Presumably any more specific mouse settings could go into that file instead and will apply when logged in as root or any other user. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ _______________________________________________ luv-main mailing list [email protected] https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main
