tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.39k stars 423 forks source link

Restore session gives ouputs 'no results' #38

Closed bernardo-cs closed 10 years ago

bernardo-cs commented 10 years ago

So I just saved a session and tmux outputed session saved as it was suposed to. Now I've just created a new session and when I hit ctrl-a ctrl-r I get a message saying 'No results!'

Any idea why?

bruno- commented 10 years ago

You're probably also using tmux-copycat. It had prefix + C-r binding too (now removed) so it clashes with tmux-resurrect.

Solutions:

Let me know if that helped!

bernardo-cs commented 10 years ago

totally fixed. thanks for the quick reply and for the awesome plugins/plugin system