1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 04:20:18 +01:00

added disclaimer comment by mappings

This commit is contained in:
Michael
2010-03-27 17:47:24 -04:00
parent 199e86cac0
commit 14c684ebdd

View File

@@ -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>