-
-
Save lambdaydoty/12a98ca93f4fdb4dd857870f13c9177c to your computer and use it in GitHub Desktop.
Lambda and arrow digraphs in vim
This file contains hidden or 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