On 2019-02-20, jonshouse1 wrote:
> I added this to /etc/vimrc
>
> "JA disable wizzy stuff
> set noincsearch
> set nocindent
> set nosmartindent
> set noautoindent
> set mouse=
> set ttymouse=
>
> Almost works, but pasting text with the middle mouse button gives a mess
> (multiple blank lines, indents etc)
>
> I will turn it around.
>
> For ANY newer version of vim, what do I add to which files to turn all this
> visual shit off ? If I need to add specific variants of text then the game is
> over. I admin lots of machines, If I cant simply paste some text into a config
> file and make this all go away then it is not going to work for me....
>
> I want vim today to act as vim of 10 years ago, how ?
My guess is that you are a victim of Vim's new configuration file,
$VIMRUNTIME/defaults.vim. See ":help defaults.vim". To avoid this
problem, see ":help skip_defaults_vim" and add this line to your
/etc/vimrc
let skip_defaults_vim = 1
HTH,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.