feat(nvim): add mapping
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2023-11-13 08:52:33 +01:00
parent a30fefbe36
commit 214ed43005
1 changed files with 1 additions and 0 deletions

1
nvimrc
View File

@ -184,6 +184,7 @@ endfunction
nnoremap <leader>as :Git<cr>
nnoremap <leader>ab :Git blame<cr>
nnoremap <leader>ac :Commits<cr>
nnoremap <leader>af gg0jVG:s/^pick/fixup/<cr> \| :redraw!<cr>:wq
nnoremap <leader>aY :call CopyGitURLToLineOrRange()<cr>
vnoremap <leader>aY :call CopyGitURLToLineOrRange()<cr>
nnoremap <leader>ao :call OpenGitURLToLineOrRange()<cr>