You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pass line number and filename to vim with: sk --ansi -i -c 'rg --color=always --line-number "{}"' --preview 'preview.sh {}' -d':' --bind 'enter:execute($EDITOR +{2} {1})' but the + gets swallowed by the skim parser instead of getting passed the command.
The text was updated successfully, but these errors were encountered:
I'm trying to pass line number and filename to vim with:
sk --ansi -i -c 'rg --color=always --line-number "{}"' --preview 'preview.sh {}' -d':' --bind 'enter:execute($EDITOR +{2} {1})'
but the+
gets swallowed by the skim parser instead of getting passed the command.The text was updated successfully, but these errors were encountered: