diff --git a/after/plugin/snipMate.vim b/after/plugin/snipMate.vim index 03e79ae..bdbe199 100644 --- a/after/plugin/snipMate.vim +++ b/after/plugin/snipMate.vim @@ -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 =TriggerSnippet() snor i=TriggerSnippet() ino =BackwardsSnippet()