Make command is now <leader>m

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-08 19:25:17 +01:00
parent 0801d9ca73
commit 42937d2ebf

View file

@ -22,7 +22,7 @@ nmap <leader>y "*yy
nmap <leader>p "*p
" run make
nmap <leader>c :w<CR>:!make<CR>
nmap <leader>m :w<CR>:!make<CR>
" }}}
" VIM-PLUG {{{
call plug#begin('~/.vim/plugged')