1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-27 00:42:36 +01:00

added menu that shows available snippets when <c-r><tab> is pressed

This commit is contained in:
Michael Sanders
2009-05-03 12:42:07 -04:00
parent fa6bec47b0
commit ba316ff819
2 changed files with 33 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ let s:did_snips_mappings = 1
ino <silent> <tab> <c-r>=TriggerSnippet()<cr>
snor <silent> <tab> <esc>i<right><c-r>=TriggerSnippet()<cr>
ino <silent> <c-r><tab> <c-r>=ShowAvailableSnips()<cr>
snor <bs> b<bs>
snor ' b<bs>'
snor <right> <esc>a