mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-04-25 19:54:00 +08:00
f80eed7379
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