vim: add confluence shortcuts
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Wed, 06 Oct 2010 18:49:56 -0400 | 
    
    
        | parents | aac255e06583 | 
    
        | children | 379dba827064 | 
    
        | branches/tags | (none) | 
    
        | files | vim/.vimrc | 
Changes
    
--- a/vim/.vimrc	Wed Oct 06 18:24:32 2010 -0400
+++ b/vim/.vimrc	Wed Oct 06 18:49:56 2010 -0400
@@ -213,6 +213,10 @@
 " Easy filetype switching
 nnoremap _dt :set ft=htmldjango<CR>
 nnoremap _jt :set ft=htmljinja<CR>
+nnoremap _cw :set ft=confluencewiki<CR>
+"
+" HALP
+nnoremap _wtfcw :!open 'http://confluence.atlassian.com/renderer/notationhelp.action?section=all'<cr>
 
 " VCS Stuff
 let VCSCommandMapPrefix = "<leader>h"