Commit 5629545
Changed files (3)
vim/pack/plugins/start/fugitive
@@ -0,0 +1,1 @@
+Subproject commit 1c2663f516c32f8453f542be10192a49ee844a93
.gitmodules
@@ -10,3 +10,6 @@
[submodule "vim/pack/plugins/start/paper"]
path = vim/pack/plugins/start/paper
url = https://github.com/YorickPeterse/vim-paper
+[submodule "vim/pack/plugins/start/fugitive"]
+ path = vim/pack/plugins/start/fugitive
+ url = https://github.com/tpope/vim-fugitive.git
vimrc
@@ -101,6 +101,8 @@ nnoremap <leader><space> :noh<cr>
nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR>
nnoremap <leader>ev :vsplit $MYVIMRC<cr>
nnoremap <leader>fef :normal! gg=G``<CR>
+nnoremap <leader>gb :Git blame -w -M<cr>
+nnoremap <leader>gs :Gstatus<cr>
nnoremap <leader>h <C-w>s<C-w>l
nnoremap <leader>hs :set hlsearch! hlsearch?<CR>
nnoremap <leader>n :NERDTreeFind<cr>