Skip to content

Instantly share code, notes, and snippets.

@jb55
Created March 30, 2012 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jb55/2253102 to your computer and use it in GitHub Desktop.
Save jb55/2253102 to your computer and use it in GitHub Desktop.
Lambda and arrow digraphs in vim
" lambda λ
imap <C-j> <C-k>l*
" right arrow →
imap <C-l> <C-k>->
" left arrow ←
imap <C-h> <C-k><-
" compose ∘
imap <C-o> <C-k>Ob
@jb55
Copy link
Author

jb55 commented Mar 30, 2012

If you don't see these make sure you have compiled vim with --enable-multibyte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment