You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the interesting part of the DelimitMateTest outputs:
* Mappings:
i ) @<Plug>delimitMate)
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i } @<Plug>delimitMate}
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i ] @<Plug>delimitMate]
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i > @<Plug>delimitMate>
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i ( @<Plug>delimitMate(
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i { @<Plug>delimitMate{
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i [ @<Plug>delimitMate[
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i < @<Plug>delimitMate<
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i " @<Plug>delimitMate"
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i ' @<Plug>delimitMate'
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i ` @<Plug>delimitMate`
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i <BS> @<Plug>delimitMateBS
Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i <S-BS> @<Plug>delimitMateS-BS
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i <S-Tab> <Plug>SuperTabBackward
Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i <C-G>g @<Plug>delimitMateJumpMany
Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i <CR> * <C-R>=<SNR>16_SelectCompletion(1)<CR>
Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i <CR> * <C-R>=<SNR>16_SelectCompletion(1)<CR>
Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
It seems that SuperTab override DelimitMate mapping...
To be precise this variable setting is causing the problem:
" <cr> will cancel completion mode preserving the current text.
let g:SuperTabCrMapping = 1
What should I do (if I want to keep let g:SuperTabCrMapping = 1 and DelimitMate)?
Thank you for the hard work.
The text was updated successfully, but these errors were encountered:
Hi,
Here is the interesting part of the
DelimitMateTest
outputs:It seems that SuperTab override DelimitMate mapping...
To be precise this variable setting is causing the problem:
What should I do (if I want to keep
let g:SuperTabCrMapping = 1
and DelimitMate)?Thank you for the hard work.
The text was updated successfully, but these errors were encountered: