Add shortcuts for Neomake

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-11-01 15:28:46 +05:30
parent 21ba6a5c2b
commit 0dd3456d66

View file

@ -151,7 +151,7 @@ nnoremap <Leader>pg :PlugUpgrade<CR>
nnoremap <Leader>pd :PlugUpdate<CR>
nnoremap <Leader>pc :PlugClean<CR>
" Open NerdTree
nnoremap <Leader>n :NERDTree<CR>
nnoremap <Leader>ee :NERDTree<CR>
" Open fuzzy file search
nnoremap <Leader>f :Files<CR>
nnoremap <Leader>gf :GFiles<CR>
@ -180,6 +180,13 @@ nnoremap <Leader>gu :Git! push -u
nnoremap <Leader>gr :Git! remote -v<CR>
" For Cscope
nnoremap <Leader>cr :cs reset<CR>
" For Neomake
nnoremap <Leader>nm :Neomake<CR>
nnoremap <Leader>nr :NeomakeClean<CR>
nnoremap <Leader>ns :NeomakeSh
nnoremap <Leader>nj :NeomakeListJobs<CR>
nnoremap <Leader>nca :NeomakeCancelJobs<CR>
nnoremap <Leader>ncj :NeomakeCancelJob
" Quickfix
nnoremap <Leader>fn :cnext<CR>