commit 0d58e7946009020edf1f53e2fcc1de63b34b1732 parent f19116cd2da5b2b167103acd3fc0ef5ef5e60292 Author: Ed van Bruggen <edvb54@gmail.com> Date: Wed, 25 Nov 2015 22:05:29 -0800 Vim: Add :mr mapping to :make run Diffstat:
vimrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/vimrc b/vimrc @@ -294,6 +294,8 @@ nnoremap <C-L> :bnext<CR> nnoremap <C-J> <C-D> nnoremap <C-K> <C-U> +cnoremap mr<CR> make run<CR> + inoremap /* /* */<Left><Left><Left> " pair completion{{{2