vim: add <leader>mk cargo run shortcut

whole-command-tab-completion
bretello 2020-02-09 14:37:18 +01:00
parent 5e43471e45
commit 30c37189a7
1 changed files with 2 additions and 0 deletions

View File

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