Skip to content

Commit

Permalink
map <leader>m to !make
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 27, 2015
1 parent c42c6dc commit 587b2e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -398,6 +398,10 @@ nnoremap <leader>gu :!git status<CR>
nnoremap <leader>gl :!git log --graph --oneline --abbrev-commit --decorate<CR>
nnoremap <leader>ti :!tig<CR>
" make
"
nnoremap <leader>m :!make<CR>
" exrc
"
set exrc
Expand All @@ -408,3 +412,4 @@ set secure
" g CTRL-g to display offsets
"


Expand Down

0 comments on commit 587b2e8

Please sign in to comment.