Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Forked from thinca/gist:da672c02d46ea387ec5e
Created March 2, 2010 19: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 ujihisa/24e46f72cc08e53c59a1 to your computer and use it in GitHub Desktop.
Save ujihisa/24e46f72cc08e53c59a1 to your computer and use it in GitHub Desktop.
] for ] or completion
inoremap <buffer> <expr> ] searchpair('\[', '', '\]', 'nbW', 'synIDattr(synID(line("."), col("."), 1), "name") =~? "String"') ? ']' : "\<C-n>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment