1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-25 13:01:31 +01:00

Revert "vim: remove <leader>mk shortcut"

This reverts commit 45e0800add.
This commit is contained in:
bretello 2021-03-08 10:28:10 +01:00
parent e38021e324
commit 9dd2aa7ac4
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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