Skip to content

Instantly share code, notes, and snippets.

@cartazio
Created November 16, 2010 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cartazio/701311 to your computer and use it in GitHub Desktop.
Save cartazio/701311 to your computer and use it in GitHub Desktop.
delimitMate Report
==================
* Options: (-) unset, (g) global, (b) buffer
(-) delimitMate_apostrophes = ''
(-) delimitMate_autoclose = 1
(-) delimitMate_balance_matchpairs = 0
(-) delimitMate_excluded_ft = ''
(-) delimitMate_excluded_regions = 'Comment'
(-) delimitMate_expand_cr = 0
(-) delimitMate_expand_space = 0
(-) delimitMate_matchpairs = '(:),{:},[:]'
(-) delimitMate_nesting_quotes = []
(-) delimitMate_quotes = '" '' `'
(-) delimitMate_smart_matchpairs = 1
(-) delimitMate_smart_quotes = 1
--------------------
* Mappings:
): is not set:
i ) * <C-R>=<SNR>23_LookupCharacter(")")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
}: is not set:
i } * <C-R>=<SNR>23_LookupCharacter("}")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
]: is not set:
i ] * <C-R>=<SNR>23_LookupCharacter("]")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
(: is not set:
i ( * <C-R>=<SNR>23_LookupCharacter("(")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
{: is not set:
i { * <C-R>=<SNR>23_LookupCharacter("{")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
[: is not set:
i [ * <C-R>=<SNR>23_LookupCharacter("[")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
": is not set:
i " *@"<Left><C-R>=<SNR>41_TexQuotes()<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/ftplugin/latex-suite/main.vim
i " * <C-R>=<SNR>23_LookupCharacter("\"")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
': is not set:
i ' * <C-R>=<SNR>23_LookupCharacter("'")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
`: is not set:
i ` * <C-R>=<SNR>23_LookupCharacter("`")<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/plugin/imaps.vim
<BS>: is not set:
i <BS> *@<C-R>=<SNR>41_SmartBS(<SNR>41_SmartBS_pat())<CR>
Last set from ~/.vim/bundle/vim-latex-1.8.23-20101027-r1112/ftplugin/latex-suite/main.vim
<S-Tab>: is not set:
i <S-Tab> * <C-R>=BackwardsSnippet()<CR>
Last set from ~/.vim/bundle/snipmate/after/plugin/snipMate.vim
--------------------
* Showcase:
Open: (|
Delete: |
Exit: (|)<++>
Space: ( |
Delete space: (|
Car return: (
|
Delete car return: (|
Open: {|
Delete: |
Exit: {|}<++>
Space: { |
Delete space: {|
Car return: {
|
Delete car return: {|
Open: [|
Delete: |
Exit: [|]<++>
Space: [ |
Delete space: [|
Car return: [
|
Delete car return: [|
Open: ``|
Delete: '|
Exit: ''``|
Space: '' |
Delete space: ``|
Car return: ''
|
Delete car return: ``|
Open: '|
Delete: |
Exit: ''|
Space: ' |
Delete space: '|
Car return: '
|
Delete car return: '|
Open: \Big|
Delete: |
Exit: ``|
Space: ` |
Delete space: \Big|
Car return: `
|
Delete car return: \Big|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment