0.1.0 • Published 8 years ago

edit-in-vim v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago
var edit = require('edit-in-vim')
var result = edit('placeholder string')

/*
  the user is redirected to their default editor which will show a file containing
  the string "placeholder string".

  suppose he replaces that with the name of his favorite food: "chocolate"
*/

console.log(result) // will output "chocolate"
npm install --save edit-in-vim