Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 427 Bytes

Sublime Text 2 Open With Vim

Open current file with vim on terminal. This script works only for Linux.

Installation

$ cd ~/.config/sublime-text-2/Packages/
$ git clone https://github.com/itiut/sublime-text-2-open-with-vim OpenWithVim

Usage

add the following to User/Default (Linux).sublime-keymap:

{ "keys": ["ctrl+shift+alt+i"], "command": "open_with_vim" }