Skip to content

mattn/open-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-vim - Atom package Beta

Open a current file in Vim.

Installation

$ apm install open-vim

Usage

The following commands are available for you to remap and/or run via the command palette.

  • open-vim:open - Open a current file in Vim.

Back To The Future

command! OpenAtom !start atom %

This is based on open-emacs

https://github.com/yoshiori/open-emacs