Giter Club home page Giter Club logo

Comments (5)

raghavendra-talur avatar raghavendra-talur commented on July 18, 2024 27

I faced the same issue. The docs don't talk about it but auto save is off by default.
Once I add
set -g @continuum-save-interval '10'
in my tmux.conf and reload config, I am able to see the status as 10.

from tmux-continuum.

danielkrajnik avatar danielkrajnik commented on July 18, 2024 7

1.default, fresh installation of tmux
2. add this to .tmux.conf:

`set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-restore 'on'

set -g status-right 'Continuum: #{continuum_status}'

run '~/.tmux/plugins/tpm/tpm'
`
3. reload plugins (prefix, shift+I)
4. source tmux.conf

without adding set -g @continuum-save-interval '1' status will be off and for me also not working (but maybe would have worked after 15 minutes, haven't checked that)

from tmux-continuum.

alathon avatar alathon commented on July 18, 2024 3

Thanks! That seems to have done it. This should probably be added to the readme =)

from tmux-continuum.

danielkrajnik avatar danielkrajnik commented on July 18, 2024

That's really confusing. Please add it to readme

from tmux-continuum.

bruno- avatar bruno- commented on July 18, 2024

@continuum-save-interval is (or should be) set to 15 by default

auto_save_interval_option="@continuum-save-interval"
auto_save_interval_default="15"

If it's not set, then that's a bug that should be fixed. Can anyone provide repro steps?

from tmux-continuum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.