Skip to content

Instantly share code, notes, and snippets.

@rivaldi8
Last active April 3, 2018 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rivaldi8/81a5c9f23b6dfe3db30dc1888afa1492 to your computer and use it in GitHub Desktop.
Save rivaldi8/81a5c9f23b6dfe3db30dc1888afa1492 to your computer and use it in GitHub Desktop.
set ignorecase
set incsearch
set smartcase
set hlsearch
set matchpairs+=<:>,":",/*:*/
set timeoutlen=0
map U <C-R>
map ñ <Esc>
imap ñ <Esc>
cmap ñ <C-C>
nmap º <C-F>
vmap º <C-F>
nmap ª <C-B>
vmap ª <C-B>
nmap <CR> i<CR><Esc>
map ¿ <C-I>
omap ¿ <C-I>
map ¡ <C-O>
omap ¡ <C-O>
map Y y$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment