:insert not working for pasting on Vim editor

:insert not working for pasting on Vim editor

I will not explain how useful vim is, if you a developer on the *nix systems, then that is number one tool to tuck into your toolbox.

Now you want to paste huge text into vim and it looks all wacky, and the insert mode is not handling it.. here is what you would do..

Open your vim with

vi filename.ext

then do

:set paste

This will allow your vim to be in the paste mode and you can dump all you have without any problem then change the mode using esc and save it as :w

See how you would solve these known algorithm problems

String Ordered Permutation Algorithm Problem

Java solution for checking anagram strings – tell if phrases are anagrams

testing k complementary pairs algorithm with junit

Finding missing numbers from billion sequential number list file

find longest word in the sentence

Find K Complementary numbers from array Java implementation

Find the pairs that makes K Complementary in the given array java solution

binary tree problems with solution

Array reversal in Recurrsion

Get maximum occurring character

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*