diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index d177de89..a418f4ee 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -185,7 +185,7 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*'] """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Copy the link to the line of a Git repository to the clipboard nnoremap v :.GBrowse! -xnoremap v :'<'>GBrowse! +xnoremap v :GBrowse! """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""