Changes for page Tips

Last modified by David De La Harpe Golden on 2020/09/27 00:29

From version 4.1
edited by David De La Harpe Golden
on 2020/09/27 00:17
Change comment: There is no comment for this version
To version 5.1
edited by David De La Harpe Golden
on 2020/09/27 00:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  == Paste Toggle ==
2 2  
3 -vim (depending on details) may try to reformat code if naively pasted in. It is useful to set a keypress to knock it into ##"INSERT (paste)"## mode if externally pasting stuff in (particularly if just relying on terminal paste support rather than vim's, see below), place in ##vimrc##
3 +vim (depending on details) may try to reformat code if naively pasted in. It is useful to set a keypress to knock it from ##"INSERT"## into ##"INSERT (paste)"## mode, if externally pasting in stuff (particularly if just relying on terminal paste support rather than vim's, see below). Place in ##vimrc##
4 4  
5 5  {{code language="vim"}}
6 6  set pastetoggle=<F2>