let mapleader = "-" inoremap kj nnoremap h nnoremap l nnoremap k nnoremap j map :bprevious map :bnext map :se fdm=manual map :se nofoldenable set nu set autoread set nowrap set shiftwidth=2 set shiftround set showmatch set ignorecase set smarttab set incsearch set history=1000 set undolevels=1000 set visualbell set title set expandtab set autoindent set hlsearch set tabstop=2 colo ron syntax on set shiftround au CursorHoldI * stopinsert au InsertEnter * let updaterestore=&updatetime | set updatetime=7000 au InsertLeave * let &updatetime=updaterestore