Switch to external applications
February 20, 2016 ยท View on GitHub
You can open
- the external editor with
<Plug>(external-editor). - the external explorer with
<Plug>(external-explorer). - the external browser with
<Plug>(external-browser).
Example Settings
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)
Installation
Install with your favorite plugin manager.
Author
itchyny (https://github.com/itchyny)
License
This software is released under the MIT License, see LICENSE.