mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: add <leader>mk cargo run shortcut
This commit is contained in:
parent
5e43471e45
commit
30c37189a7
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user