diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 7b2d751..71fe675 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -160,7 +160,6 @@ nnoremap v nnoremap V v nnoremap V - " FZF nnoremap o :Files nnoremap b :Buffers @@ -203,6 +202,9 @@ endfunc nnoremap z :call Zoom() +" Git blame +nnoremap a :call Zoom():Git blame + " Make directories in a filename if they don't exist. function! EnsureDirExists ()