ansible/roles/pi-standard-setup/files/vimrc

15 lines
209 B
VimL
Raw Normal View History

: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