1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00

vim: add <leader>m to run make silently

This commit is contained in:
bretello 2021-04-11 13:26:50 +02:00
parent ab7660a41b
commit 7f2e0333fd
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -48,7 +48,7 @@ map <leader>cp :cp<CR>
map <silent> <leader><CR> :noh<CR>
map <leader>ss :setlocal spell!<CR>
nnoremap <leader>mk :bel copen<bar>silent (cargo run) !<bar>redraw!<CR>
nnoremap <leader>m :bel copen<bar>silent make <bar>redraw!<CR>
nnoremap <leader>wz :call WinZoomToggle()<CR>
nnoremap <leader>C :close<CR>