vim: add \m to exec :make

This commit is contained in:
masterzu 2019-01-22 17:00:52 +01:00
parent ce54e31b28
commit f539346881
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ nmap <Leader>h :set ft=html<Cr>
imap <Leader>h <esc>:set ft=html<Cr>i imap <Leader>h <esc>:set ft=html<Cr>i
nmap <Leader>p :set ft=php<Cr> nmap <Leader>p :set ft=php<Cr>
imap <Leader>p <esc>:set ft=php<Cr>i imap <Leader>p <esc>:set ft=php<Cr>i
" make
nmap <Leader>m :w<cr>:make<Cr>
imap <Leader>m <esc>:w<cr>:make<Cr>li
" vim-table-mode " vim-table-mode