diff --git a/vimrc b/vimrc index f94a30f..167af56 100644 --- a/vimrc +++ b/vimrc @@ -49,3 +49,14 @@ let g:session_autoload = 1 " Set filetype for nginx confs au BufRead,BufNewFile /usr/local/conf/* set ft=nginx + +" XPTemplate setings +let g:xptemplate_vars = 'author=J.Infield&email=jinfield@gmail.com&SParg=' +let g:xptemplate_bundle = 'avascript_jquery' + +" Misc mappings +map :lcd %:p:h " change to cwd of current file +imap +imap cc +imap +imap J