diff --git a/nvim/plugin/files.vim b/nvim/plugin/files.vim index 79c0262..f07659f 100644 --- a/nvim/plugin/files.vim +++ b/nvim/plugin/files.vim @@ -29,7 +29,7 @@ nnoremap empty(&buftype) ? ":writewall\" : "\" let g:loaded_netrwPlugin = 1 " re-add Netrw's gx mappings since we've disabled them nnoremap gx call netrw#BrowseX(expand(''),netrw#CheckIfRemote()) - xnoremap gx :call netrw#BrowseXVis() + xnoremap gx call netrw#BrowseXVis() " }}}