1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-24 09:48:34 +02:00

vim: add <leader>mk cargo run shortcut

This commit is contained in:
bretello 2020-02-09 14:37:18 +01:00
parent 5e43471e45
commit 30c37189a7

View File

@ -53,3 +53,5 @@ let g:ctrlp_custom_ignore = {
" \ 'file': '\v\.(exe|so|dll)$', " \ 'file': '\v\.(exe|so|dll)$',
" \ 'link': 'some_bad_symbolic_links', " \ 'link': 'some_bad_symbolic_links',
nnoremap <leader>mk :bel copen<bar>silent (cargo run) !<bar>redraw!<cr>