Skip to content

Instantly share code, notes, and snippets.

@humus
Created September 16, 2012 16:33
Show Gist options
  • Select an option

  • Save humus/3733113 to your computer and use it in GitHub Desktop.

Select an option

Save humus/3733113 to your computer and use it in GitHub Desktop.
Mappings para archivos .tex cuando trabajo en LaTeX
au FileType tex imap á \'a
au FileType tex imap é \'e
au FileType tex imap í \'i
au FileType tex imap ó \'o
au FileType tex imap ú \'u
au FileType tex imap ñ \~n
au FileType tex imap Á \'A
au FileType tex imap É \'E
au FileType tex imap Í \'I
au FileType tex imap Ó \'O
au FileType tex imap Ú \'U
au FileType tex imap Ñ \~N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment