tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.12k stars 416 forks source link

version 3.1c - prefix Ctrl-r fails to restore sessions #386

Open EdmundsEcho opened 3 years ago

EdmundsEcho commented 3 years ago

Quick self-help question Where might I insert some sort of visual confirmation the command to restore the session was received?

I've been using/loving tmux for many years; these plugins are an important part of this experience.

I have the resurrect and continuum installed. I can't say I've had consistent luck using the feature. Here is my configuration in .tmux.conf

... can anyone see why the plugin is not operating as one might expect?

# Plugins
# continuous saving and restores tmux sessions
set -g @plugin 'tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# save sessions: frequency
set -g @continuum-save-interval '60'
set -g @resurrect-save 'A'
set -g @resurrect-restore 'R'
# ... include the neovim sessions
set -g @resurrect-strategy-nvim 'session'

The system: mac OS 10.15 (Catalina)

Thanks to anyone with some quick-pointers.

Just-a-Unity-Dev commented 3 years ago

bumped