Navigation Menu

Skip to content

Commit

Permalink
VIM: Use context mode for supertab
Browse files Browse the repository at this point in the history
  • Loading branch information
artnez committed Oct 5, 2014
1 parent 32144d1 commit 6a1bc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vim/dot/vim/plugins.vim
Expand Up @@ -55,7 +55,7 @@ let g:snipMate.scope_aliases = {
\ }

" supertab
let g:SuperTabDefaultCompletionType = '<c-n>'
let g:SuperTabDefaultCompletionType = 'context'
let g:SuperTabLongestHighlight = 1

" vdebug
Expand Down

0 comments on commit 6a1bc15

Please sign in to comment.