Skip to content

Commit

Permalink
feta(Make): clean with mC
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGueunet committed Dec 6, 2018
1 parent f9684ca commit e16f40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/plugins/Dispatch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ if s:loaded == 0
command! WWW up|Make!
nnoremap <leader>mm :Make<CR>
nnoremap <leader>mM :Make!<CR>
nnoremap <leader>mC :Make clean<CR>
" Theme
"""""""
Expand Down
1 change: 1 addition & 0 deletions config/plugins/Quickmenu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ if s:loaded == 0
call g:quickmenu#append('Parallel build' , ':let g:make_arguments="-j4"' , 'set the number of thread to 4' , '' , 0 , 'p')
call g:quickmenu#append('Make' , ':Make' , 'run make (:WW)' , '' , 0 , 'm')
call g:quickmenu#append('Make Silent' , ':Make' , 'run make in hidden buffer (:WWW)' , '' , 0 , 'M')
call g:quickmenu#append('Make Clean' , ':Make clean' , 'run make clean' , '' , 0 , 'C')
call g:quickmenu#append('Latex build' , ':VimtexCompile' , 'compile latex in the bg' , 'tex' , 0 , 'l')

" SYNTAX PANEL
Expand Down

0 comments on commit e16f40e

Please sign in to comment.