Created
March 30, 2012 17:20
-
-
Save jb55/2253102 to your computer and use it in GitHub Desktop.
Lambda and arrow digraphs in vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't see these make sure you have compiled vim with --enable-multibyte