Skip to content

Instantly share code, notes, and snippets.

@tsanghan
Created February 17, 2022 10:45
Show Gist options
  • Save tsanghan/5c2fdc94377f4eb93921c69506b772f7 to your computer and use it in GitHub Desktop.
Save tsanghan/5c2fdc94377f4eb93921c69506b772f7 to your computer and use it in GitHub Desktop.
minimal vimrc for CKA exam
colorscheme delek
set nu rnu
autocmd FileType yaml,yml,sh setlocal ts=2 sts=2 sw=2 et ai
set pastetoggle=<F10>
inoremap <Up> <Nop>
inoremap <Down> <Nop>
inoremap <Left> <Nop>
inoremap <Right> <Nop>
nnoremap <Up> <Nop>
nnoremap <Down> <Nop>
nnoremap <Left> <Nop>
nnoremap <Right> <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment