Initial commit
This commit is contained in:
commit
5de8ad126c
22
.vimrc
Normal file
22
.vimrc
Normal 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
|
Loading…
Reference in a new issue