Created
February 17, 2022 10:45
-
-
Save tsanghan/5c2fdc94377f4eb93921c69506b772f7 to your computer and use it in GitHub Desktop.
minimal vimrc for CKA exam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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