dotfiles/vimrc

24 lines
265 B
VimL
Raw Normal View History

2014-05-28 18:28:48 +00:00
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