Initial commit

This commit is contained in:
Edward Litherland-Smith 2020-12-15 21:01:32 +00:00
commit 5de8ad126c

22
.vimrc Normal file
View file

@ -0,0 +1,22 @@
colorscheme slate
set number
syntax on
if &diff
syntax off
endif
set expandtab
set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
noremap <C-J> <C-W><C-J>
noremap <C-K> <C-W><C-K>
noremap <C-L> <C-W><C-L>
noremap <C-H> <C-W><C-H>
set splitbelow
set splitright