Skip to content

Commit

Permalink
Add option to disable extra mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromero committed Dec 23, 2011
1 parent eb782a5 commit b2163a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/plugin/snipMate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exec 'xnoremap ' . g:snips_trigger_key. ' s<c-o>:let<space>g:snipmate_content_vi

" The default mappings for these are annoying & sometimes break snipMate.
" You can change them back if you want, I've put them here for convenience.
if !exists('g:snips_extra_mappings')
if !exists('g:snips_disable_extra_mappings')
snor <bs> b<bs>
snor <right> <esc>a
snor <left> <esc>bi
Expand Down

0 comments on commit b2163a7

Please sign in to comment.