lambdalisue / vim-gista

An alternative gist.vim, vim plugin which manipulate gists in Vim.
http://www.vim.org/scripts/script.php?script_id=4976
MIT License
156 stars 5 forks source link

Unite: Add 'post_to' action on file/buffer kinds #33

Closed lambdalisue closed 8 years ago

lambdalisue commented 10 years ago

I would like to post files/buffers to an existing gist with the following steps.

  1. Unite file or Unite buffer to open and select files or buffers (or both)
  2. Hit <Tab> and select 'post_to' action
  3. A new Unite interface appear and select the target gist
  4. The contents of files/buffers will post on the target gist