location list/quickfix mappings

This commit is contained in:
ManjaroOne666 2018-03-18 17:52:48 +00:00
parent fff30496d2
commit 9704543153
1 changed files with 8 additions and 8 deletions

View File

@ -43,21 +43,21 @@ nnoremap <Esc>h :vertical resize -5<CR>
nnoremap <Esc>= <C-w>=
"location list and quickfix mappings
nnoremap <space>ll :botright lwindow<CR>
nnoremap <space>lo :botright lwindow<CR>
nnoremap <space>lp :lprev<CR>
nnoremap <space>ln :lnext<CR>
nnoremap <space>lc :lclose<CR>
nnoremap <space>llh :lhistory<CR>
nnoremap <space>llp :lolder<CR>
nnoremap <space>lln :lnewer<CR>
nnoremap <space>lh :lhistory<CR>
nnoremap <space>lhp :lolder<CR>
nnoremap <space>lhn :lnewer<CR>
nnoremap <space>qf :botright cwindow<CR>
nnoremap <space>qo :botright cwindow<CR>
nnoremap <space>qp :cprev<CR>
nnoremap <space>qn :cnext<CR>
nnoremap <space>qc :cclose<CR>
nnoremap <space>qfh :chistory<CR>
nnoremap <space>qfp :colder<CR>
nnoremap <space>qfn :cnewer<CR>
nnoremap <space>qh :chistory<CR>
nnoremap <space>qhp :colder<CR>
nnoremap <space>qhn :cnewer<CR>
nnoremap <space>nh :noh<CR>