Skip to content

Instantly share code, notes, and snippets.

@lambdaydoty
Forked from jb55/gist:2253102
Created October 10, 2019 05:14
Show Gist options
  • Save lambdaydoty/12a98ca93f4fdb4dd857870f13c9177c to your computer and use it in GitHub Desktop.
Save lambdaydoty/12a98ca93f4fdb4dd857870f13c9177c 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment