Make command is now <leader>m
This commit is contained in:
parent
0801d9ca73
commit
42937d2ebf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ nmap <leader>y "*yy
|
||||||
nmap <leader>p "*p
|
nmap <leader>p "*p
|
||||||
|
|
||||||
" run make
|
" run make
|
||||||
nmap <leader>c :w<CR>:!make<CR>
|
nmap <leader>m :w<CR>:!make<CR>
|
||||||
" }}}
|
" }}}
|
||||||
" VIM-PLUG {{{
|
" VIM-PLUG {{{
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
Loading…
Add table
Reference in a new issue