Skip to content

Instantly share code, notes, and snippets.

@DJMcMayhem
Created December 10, 2016 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DJMcMayhem/058d5cdf846fec42bf6b1ffeb8c0cfdd to your computer and use it in GitHub Desktop.
Save DJMcMayhem/058d5cdf846fec42bf6b1ffeb8c0cfdd to your computer and use it in GitHub Desktop.
function! Alt()
let c = nr2char(getchar() + 128)
exec 'normal gi'.c
endfunction
inoremap <C-i> <C-o>:call Alt()<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment