Archive for November, 2008
vim paste indenting
3 November 2008You know how it goes, you want to paste some code into a file that you are editing, but for some reason each line is indented from the previous line until there is no room left on your screen! The solution is to add the following to your ~/.vimrc
set pastetoggle=<F6>
then you can use F6 to […]