Added sysdweb
This commit is contained in:
14
roles/pi-standard-setup/files/vimrc
Normal file
14
roles/pi-standard-setup/files/vimrc
Normal file
@@ -0,0 +1,14 @@
|
||||
: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
|
||||
Reference in New Issue
Block a user