15 lines
209 B
VimL
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
|