Files
ansible/configs/vimrc
2020-01-08 20:18:23 +01:00

15 lines
209 B
VimL

:colorscheme elflord
:set tabstop=4
:set shiftwidth=4
:set expandtab
"other key mappings
inoremap jk <Esc>
syntax on
" Treat long lines as break lines (useful when moving around in them)
map j gj
map k gk