Added vimrc

This commit is contained in:
Amarpreet Minhas 2014-05-28 14:28:48 -04:00
parent 045ab5f282
commit 83db8c0303

23
vimrc Normal file
View file

@ -0,0 +1,23 @@
syntax enable
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set number
set cursorline
filetype indent on
set lazyredraw
set showmatch
set hlsearch
set incsearch
nnoremap <leader><space> :nohlsearch<CR>
inoremap jk <esc>
colorscheme elflord