Add shortcuts for Neomake
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
21ba6a5c2b
commit
0dd3456d66
1 changed files with 8 additions and 1 deletions
|
@ -151,7 +151,7 @@ nnoremap <Leader>pg :PlugUpgrade<CR>
|
||||||
nnoremap <Leader>pd :PlugUpdate<CR>
|
nnoremap <Leader>pd :PlugUpdate<CR>
|
||||||
nnoremap <Leader>pc :PlugClean<CR>
|
nnoremap <Leader>pc :PlugClean<CR>
|
||||||
" Open NerdTree
|
" Open NerdTree
|
||||||
nnoremap <Leader>n :NERDTree<CR>
|
nnoremap <Leader>ee :NERDTree<CR>
|
||||||
" Open fuzzy file search
|
" Open fuzzy file search
|
||||||
nnoremap <Leader>f :Files<CR>
|
nnoremap <Leader>f :Files<CR>
|
||||||
nnoremap <Leader>gf :GFiles<CR>
|
nnoremap <Leader>gf :GFiles<CR>
|
||||||
|
@ -180,6 +180,13 @@ nnoremap <Leader>gu :Git! push -u
|
||||||
nnoremap <Leader>gr :Git! remote -v<CR>
|
nnoremap <Leader>gr :Git! remote -v<CR>
|
||||||
" For Cscope
|
" For Cscope
|
||||||
nnoremap <Leader>cr :cs reset<CR>
|
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
|
" Quickfix
|
||||||
nnoremap <Leader>fn :cnext<CR>
|
nnoremap <Leader>fn :cnext<CR>
|
||||||
|
|
Loading…
Reference in a new issue