-
Notifications
You must be signed in to change notification settings - Fork 114
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
capture screen does not work #22
Comments
I'm trying to set the same thing. The command you're using doesn't seem to have any affect. After executing:
Then hitting & alt-shift-p, I see:
I'd also like to know what variable I need to set to change this. |
I think I can help here. Since you both used single quotes, the So you should be fine if you omit the single quotes or (better !) replace them with double quotes. EDIT : @bedge - btw, just noticed that you pressed the key combination for |
I looked into this more, and the start_logging doesn't source the variable.sh. So it's not apparently intended to be called directly. ...and, yes, the single quotes were a problem 👍 |
we should close this issue now Ig |
I configured:
set -g @screen-capture-path '$HOME/tmux-logs'
and when I press prefix-alt-p, I do see:
'Screen capture saved to $HOME/tmux-logs/tmux-screen-capture-work-2-1-20180218T115701.log'
but, I can not find that file.
wired that I remember I saw it once, but under home folder, but after I remove it, I never see screen capture files anywhere...
The text was updated successfully, but these errors were encountered: