lukeburns / skim

Fuzzy Finder in rust!
MIT License
0 stars 0 forks source link

vi sk #1

Open lukeburns opened 6 years ago

lukeburns commented 6 years ago

I'd like to be able to run

vi $(sk)

for files that do not yet exist.

lukeburns commented 6 years ago

Added a replace-line action that allows me to replace the current query with the current selection. Now I have to create a mode that accepts and outputs the current query instead of the current selection.

lukeburns commented 6 years ago

Added an ignore-selection option. Not sure this is the best solution, but it works. Can now run vi $(sk --print-query --ignore-selection --bind 'tab:replace-line'), make a selection using tab, and enter.