Open current file with vim on terminal. This script works only for Linux.
$ cd ~/.config/sublime-text-2/Packages/
$ git clone https://github.com/itiut/sublime-text-2-open-with-vim OpenWithVim
add the following to User/Default (Linux).sublime-keymap
:
{ "keys": ["ctrl+shift+alt+i"], "command": "open_with_vim" }