Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing an explicit + to execute() #196

Closed
heliostatic opened this issue Jul 11, 2019 · 1 comment
Closed

Passing an explicit + to execute() #196

heliostatic opened this issue Jul 11, 2019 · 1 comment

Comments

@heliostatic
Copy link

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.

@heliostatic
Copy link
Author

I tried escaping with \ with no success

lotabout added a commit that referenced this issue Jul 14, 2019
fix #196: `+` in execute was eaten by skim
makovich pushed a commit to makovich/skim that referenced this issue May 28, 2020
`+` was treated as the combination of actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant