itchyny / vim-external

Switch to external applications from Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to external applications

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.

About

Switch to external applications from Vim

License:MIT License


Languages

Language:Vim Script 100.0%