You can open
- the external editor with
<Plug>(external-editor)
. - the external explorer with
<Plug>(external-explorer)
. - the external browser with
<Plug>(external-browser)
.
You can use the following settings to open the external applications quickly.
map <Leader>e <Plug>(external-editor)
map <Leader>n <Plug>(external-explorer)
map <Leader>b <Plug>(external-browser)
Install with your favorite plugin manager.
itchyny (https://github.com/itchyny)
This software is released under the MIT License, see LICENSE.