tybenz / vimdeck

VIM as a presentation tool
MIT License
1.41k stars 57 forks source link

Add --editor flag to specify a different editor #28

Closed hoop33 closed 9 years ago

hoop33 commented 9 years ago

I want to open the presentation in MacVim instead of terminal vim. This PR lets you pass the editor to use (vim, mvim, or whatever), and defaults to vim.

tybenz commented 9 years ago

@hoop33 thanks for this! Made one minor change (worried about security of interpolating CLI option to exec): tybenz/vimdeck@6bf070f

hoop33 commented 9 years ago

Good call. Thanks!