Added 'make run' to vimrc

This commit is contained in:
Sage Vaillancourt 2020-04-21 14:33:53 -04:00
parent 80237be46f
commit ba0087a53d
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -104,6 +104,8 @@ nnoremap gs "xdiwdwep"xp
" Inverted " Inverted
nnoremap gb dawbP nnoremap gb dawbP
nnoremap <Leader>p :w<CR>:!make run<CR>
nnoremap <Leader>gd :!git diff %<CR> nnoremap <Leader>gd :!git diff %<CR>
nnoremap <Leader>gD :!git diff<CR> nnoremap <Leader>gD :!git diff<CR>
nnoremap <Leader>gB :!git blame %<CR> nnoremap <Leader>gB :!git blame %<CR>