mirror of
https://github.com/junegunn/vim-plug
synced 2026-05-21 17:27:57 -04:00
This allows you to override the default behavior of `o' or `<cr>'
binding in PlugDiff window.
e.g.
" Move to preview window
autocmd! FileType vim-plug nmap <buffer> o <plug>(plug-preview)<c-w>P
Close #749
Close #768