Macro to open snipmate file for current file's type
This commit is contained in:
parent
f051697b10
commit
e24a8eb3d4
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue