1
0
Fork 0
mirror of synced 2024-11-17 22:45:34 -05:00
This commit is contained in:
Amir 2022-10-15 21:22:13 +02:00
parent a69eac5f3a
commit ece45bcb60

View file

@ -185,7 +185,7 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*']
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Copy the link to the line of a Git repository to the clipboard
nnoremap <leader>v :.GBrowse!<CR>
xnoremap <leader>v :'<'>GBrowse!<CR>
xnoremap <leader>v :GBrowse!<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""