Macro to open snipmate file for current file's type

This commit is contained in:
Eryn Wells 2011-12-16 16:11:21 -08:00
parent f051697b10
commit e24a8eb3d4

2
vimrc
View file

@ -185,6 +185,8 @@ nmap <silent> <leader><space> :nohlsearch<CR>
" find all
nmap <leader>fa :%s/\v
nmap <leader>sn :e ~/.vim/bundle/snipmate/snippets/<C-r>=&filetype<CR>.snippets<CR>
if has('autocmd')
filetype plugin indent on