Skip to content

Instantly share code, notes, and snippets.

@LuisCardenasSolis
Created May 28, 2020 07:51
Show Gist options
  • Save LuisCardenasSolis/fd3438195aa64202dee0e19d4ffe5fac to your computer and use it in GitHub Desktop.
Save LuisCardenasSolis/fd3438195aa64202dee0e19d4ffe5fac to your computer and use it in GitHub Desktop.
Config vim
set tabstop=2
set shiftwidth=2
set expandtab
augroup openintab
autocmd!
autocmd BufAdd,BufNewFile * nested tab sball
augroup end
cnoreabbrev tn tabnext
cnoreabbrev tp tabprevious
cnoreabbrev add arga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment