Skip to content

Commit

Permalink
vim: snippet shortcut updated
Browse files Browse the repository at this point in the history
  • Loading branch information
durdn committed Dec 23, 2011
1 parent 24e3cb1 commit 7d144d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
.vim/doc/tags
.vim/bundle/nerdcommenter/doc/tags
.vim/bundle/nerdtree/doc/tags
tags
.vim/.netrwhist
xmonad-i386-linux
xmonad.errors
xmonad.hi
xmonad.o
.vim/bundle/vim-fugitive/doc/tags
.vim/bundle/vim-indent-object/doc/tags
.vim/bundle/vim-surround/doc/tags
.vim/bundle/vim-unimpaired/doc/tags
.vim/bundle/vim-matchit/doc/tags
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ nmap <silent> <leader>rv :source ~/.vimrc<CR>
" Reload all snipmate snippets
nmap <silent> <leader>rs :call ReloadAllSnippets()<cr>
" Edit snippets
nmap <silent> <leader>es :e ~/.vim/bundle/snipmate.vim/snippets/<cr>
nmap <silent> <leader>es :e ~/.vim/bundle/durdn-customisation/snippets/<cr>

" }}}
Expand Down

0 comments on commit 7d144d3

Please sign in to comment.