set hls
set nowrap
set linespace=1
set autoindent
set nu
set showcmd
set incsearch
set laststatus=2
set scrolloff=3

syntax enable

imap jj <Esc>
imap <C-l> <Del>
let mapleader=','

set background=dark

execute pathogen#infect()



"EasyMotion Start
let g:EasyMotion_do_mapping = 0 " Disable default mappings
"nmap s <Plug>(easymotion-overwin-f)
"nmap s <Plug>(easymotion-overwin-f2)
nmap <space> <Plug>(easymotion-overwin-f2)
let g:EasyMotion_smartcase = 1

" JK motions: Line motions
map <Leader>j <Plug>(easymotion-j)
map <Leader>k <Plug>(easymotion-k)
"EasyMotion End

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2019-05-01 02:03:39
Processing time 0.0086 sec