From 30c37189a722c6fdd36c39024daa3878958f4cc2 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 9 Feb 2020 14:37:18 +0100 Subject: [PATCH] vim: add mk cargo run shortcut --- my_configs.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 5127845..d623a8f 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -53,3 +53,5 @@ let g:ctrlp_custom_ignore = { " \ 'file': '\v\.(exe|so|dll)$', " \ 'link': 'some_bad_symbolic_links', +nnoremap mk :bel copensilent (cargo run) !redraw! +