garybernhardt / selecta

A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.
MIT License
1.34k stars 81 forks source link

Append a space to the selected path after ^S #82

Closed rschmitt closed 9 years ago

rschmitt commented 9 years ago

This is a slight ergonomic tweak to the sample code of insert-selecta-path-in-command-line. Appending a space to the selected path makes it easier to select multiple paths, which I usually want to do for my most frequent use case of ^S (invoking git add).

garybernhardt commented 9 years ago

Cherry picked, thanks!