Ryan J M wrote: > when I paste C code from another vim (located at > another gnome-terminal tab) to my working vim, "shift+insert" > auto commented and aligned the code, which is not what I > want. After a quick search using google, I found a > workaround, ":set paste" before I press > shift+insert.
What you are supposed to do is use pastetoggle as shown here: http://vim.wikia.com/wiki/Toggle_auto-indenting_for_code_paste John -- You received this message from the "vim_use" 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 To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
