Clever tip for using vim on zipped files. ie Openxml or ODF.
Edit zip file in vim
April 17th, 2009 — Tech
Vim and indents
December 31st, 2008 — Unix
A few useful vim indenting links:
- Toggle auto-indenting for code paste
- How to stop auto indenting
- Turn off per-filetype auto indentation
- Getting cool auto-indent in vim
This is the most useful bit when pasting into a vim window.
nnoremap :set invpaste paste?
imap
set pastetoggle=