yegappan / fileselect

File Selector Vim Plugin
BSD 2-Clause "Simplified" License
18 stars 2 forks source link

support `<mods>` #18

Closed benknoble closed 3 years ago

benknoble commented 3 years ago

This enables things like :vertical Fileselect and :tab Fileselect to do the obvious thing (open the selected file vertically/in a new tab).

The mods are applied to the edit when re-using the current window, but in many cases (like the examples above) they have no effect.

yegappan commented 3 years ago

Thanks for the changes.

benknoble commented 3 years ago

You're welcome; this helps support my workflow a bit better :)