diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 93b48a6..5550a69 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -155,6 +155,7 @@ vnoremap gs :call GitShowVisual() vnoremap r :call VisualSelection('replace', '') nnoremap K :exe "Rg " . expand("") +nnoremap GL :exe "Git log -L:" . expand("") . ":" . expand("%") autocmd FileType python nnoremap T :Pytest function --pdb " Ultisnips