This page is a published draft. Maybe I clean it up in time, but for now everything is random. I wrap key strokes in brackets, like [dd]
- show contents of registers, for pasting, etc.: :display. It's an alias for :registers, and both :reg and :di can be used if you want it shorter.
- use the "* register for setting/pasting system buffer. Actually works now on OS X (Mavericks, running MacVim 7.4)
- Mapping [,,] to [ctrl-^
] is great for switching alternate buffers quickly. Use the surround plugin (Bundle 'vim-scripts/surround.vim'). Then [csw'] can be used to enclose a word in quotes, [cswb] to wrap it in parenthesis, and so on.