Tag Archives: clipboard support

Installing Mercurial and Vim on EC2

Pre-installed vim on EC2 does not have clipboard support. Installing from source. First, installing mercurial: sudo yum install mercurial Then clone vim: sudo hg clone https://vim.googlecode.com/hg/ vim cd vim/src sudo ./configure –with-features=huge –enable-gui=gnome2 sudo make …bunch of “make” messages follow… … Continue reading

Posted in EC2, Vim | Tagged , | Leave a comment