Added vimrc
This commit is contained in:
parent
045ab5f282
commit
83db8c0303
1 changed files with 23 additions and 0 deletions
23
vimrc
Normal file
23
vimrc
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue