Skip to content

Instantly share code, notes, and snippets.

@1syo
Created January 10, 2013 05:52
Show Gist options
  • Save 1syo/4499774 to your computer and use it in GitHub Desktop.
Save 1syo/4499774 to your computer and use it in GitHub Desktop.
imap <expr><TAB> neosnippet#expandable() || neosnippet#jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<C-n>" : "\<TAB>"
smap <expr><TAB> neosnippet#expandable() || neosnippet#jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment