[nvim] arrrrrgh, fix one other misuse of <Cmd>

This commit is contained in:
Dmytro Meleshko 2020-12-07 19:52:07 +02:00
parent aed76b82b8
commit 1ae3156b29
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ nnoremap <silent><expr> <CR> empty(&buftype) ? ":write<bar>wall\<CR>" : "\<CR>"
let g:loaded_netrwPlugin = 1
" re-add Netrw's gx mappings since we've disabled them
nnoremap <silent> gx <Cmd>call netrw#BrowseX(expand('<cfile>'),netrw#CheckIfRemote())<CR>
xnoremap <silent> gx :<Cmd>call netrw#BrowseXVis()<CR>
xnoremap <silent> gx <Cmd>call netrw#BrowseXVis()<CR>
" }}}