From d4e1469e4b0c5aaf5c23be555e8b224f9254d781 Mon Sep 17 00:00:00 2001 From: gxlin Date: Thu, 15 Jul 2021 21:28:06 +0800 Subject: A usable boostrap config --- .vim/plugin/fugitive.plug | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vim/plugin/fugitive.plug (limited to '.vim/plugin/fugitive.plug') diff --git a/.vim/plugin/fugitive.plug b/.vim/plugin/fugitive.plug new file mode 100644 index 0000000..8dd25b2 --- /dev/null +++ b/.vim/plugin/fugitive.plug @@ -0,0 +1,7 @@ +" vim: ft=vim + +Plug 'tpope/vim-fugitive' + +nnoremap gl :Gclog! -- % +nnoremap gd :Gdiffsplit +nnoremap gs :G -- cgit v1.2.3