I'd love to be able to specify a command to execute when switching to alternate/related files. something like 'alternate': 'FILEPATH:COMMAND', where COMMAND could make use of the {} expansion:
\ 'app/views/*.html.slim': {
\ 'type': 'view',
\ 'alternate': 'app/controllers/{dirname}_controller.rb:/def {basename}',
\ },
I'd love to be able to specify a command to execute when switching to alternate/related files. something like
'alternate': 'FILEPATH:COMMAND', whereCOMMANDcould make use of the{}expansion: