Skip to content

Commit

Permalink
added disclaimer comment by mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and Michael committed Mar 27, 2010
1 parent 199e86c commit 14c684e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after/plugin/snipMate.vim
Expand Up @@ -5,6 +5,11 @@ if !exists('loaded_snips') || exists('s:did_snips_mappings')
endif
let s:did_snips_mappings = 1

" This is put here in the 'after' directory in order for snipMate to override
" other plugin mappings (e.g., supertab).
"
" You can safely adjust these mappings to your preferences (as explained in
" :help snipMate-remap).
ino <silent> <tab> <c-r>=TriggerSnippet()<cr>
snor <silent> <tab> <esc>i<right><c-r>=TriggerSnippet()<cr>
ino <silent> <s-tab> <c-r>=BackwardsSnippet()<cr>
Expand Down

0 comments on commit 14c684e

Please sign in to comment.