Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created July 26, 2010 07:12
Show Gist options
  • Save ujihisa/490268 to your computer and use it in GitHub Desktop.
Save ujihisa/490268 to your computer and use it in GitHub Desktop.
function! JavaScriptUnderScoreBecomesCamelCase()
if matchstr(getline('.'), '.', col('.')-2) =~ '\w'
return "\<Plug>(stickykey-shift)"
else
return '_'
endif
endfunction!
imap <buffer><expr> _ JavaScriptUnderScoreBecomesCamelCase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment