Commit Graph

30 Commits (master)

Author SHA1 Message Date
v9v 1531b3770a
Fix for multiple users on the same machine
The issue and fix are described in https://github.com/tmux-plugins/tmux-continuum/issues/16 .

Without this change, tmux-continuum works only for one tmux server on the machine. In a multi-user environment (e.g. a shared server), when multiple users are running their own tmux servers, this means that tmux-continuum works only for one of the users.

This change enables tmux-continuum for one tmux server per user instead of one tmux server per machine.
2020-02-29 01:37:58 +01:00
Bruno Sutic 7f99beee1d
Update changelog 2019-07-13 17:07:06 +02:00
Bruno Sutic 4e2279688d
Fix auto-restore feature
Credit to @badjware for the solution

Fixes $45, #52, #54
2019-02-07 13:32:58 +01:00
Bruno Sutic d0cebe0804
Continuum status 2015-11-29 18:36:13 +01:00
Bruno Sutic 46e0e00234
v3.1.0 2015-03-14 15:56:37 +01:00
Bruno Sutic d6ac017d1d
Bugfix: do not count tmux source-file as tmux process
Do not count `tmux source-file .tmux.conf` as a tmux process when checking if
other tmux server is running.

Previously, this caused interpolation command not to be inserted into
`status-right` because `tmux source-file` was falsely detected as another tmux
server.
2015-03-14 15:55:00 +01:00
Bruno Sutic f821d353ea
Bugfix: "auto restore" feature not working on tmux 1.9a 2015-02-20 23:20:10 +01:00
Bruno Sutic bdc47273d3
Properly quote scripts 2015-02-20 15:48:36 +01:00
Bruno Sutic 886b373dcd
v3.0.0 2015-02-20 14:58:30 +01:00
Bruno Sutic 20a83738c0
Rename the plugin to 'tmux-continuum' 2015-02-20 13:38:09 +01:00
Bruno Sutic 7f0e7268a6
v2.2.0 2015-02-20 02:59:47 +01:00
Bruno Sutic e384ce1040
Document tmux multi-server behavior in the readme 2015-02-20 02:59:15 +01:00
Bruno Sutic fb641881c2
Don't start auto-saving if another tmux server is running 2015-02-20 02:05:58 +01:00
Bruno Sutic 297e5b6993
Improve initial plugin save delay 2015-02-20 00:56:48 +01:00
Bruno Sutic ab3e951cfa
Do not auto-restore tmux env if there's another tmux server already running 2015-02-20 00:34:01 +01:00
Bruno Sutic 061f024c0a
Bugfixes for Terminal.app and iTerm tmux start scripts 2015-02-19 13:43:41 +01:00
Bruno Sutic 2ddf7b9c48
v2.1.0 2015-02-18 16:52:43 +01:00
Bruno Sutic b82aa1d343
Bugfixes for launchd plist on OS X 2015-02-18 16:24:01 +01:00
Bruno Sutic dd82e770bd
Enable customizing 'tmux auto start' for OS X 2015-02-18 15:14:11 +01:00
Bruno Sutic 61ff39584a
Enable easy 'tmux auto start' configuration 2015-02-17 17:13:48 +01:00
Bruno Sutic 56b3928e3f
v2.0.0 2015-02-15 22:34:41 +01:00
Bruno Sutic 99658eda98
Enable auto load 2015-02-15 14:43:09 +01:00
Bruno Sutic da2cc780d5
v1.0.0 2015-02-12 16:14:42 +01:00
Bruno Sutic 232c8df7f3
Document how to disable autosave 2015-02-12 16:01:30 +01:00
Bruno Sutic 7d2dc62a0c
Bugfix: helper files not loaded 2015-02-12 15:45:16 +01:00
Bruno Sutic aa01161701
Disable autosave when interval is set to 0 2015-02-12 15:42:18 +01:00
Bruno Sutic 099cc256f3
Initializer script checks tmux version 2015-02-12 03:37:34 +01:00
Bruno Sutic 2e40ecf4d0
Don't start continuous saving right after tmux is started 2015-02-12 01:31:56 +01:00
Bruno Sutic 5ca7656df0
Run the save script in the background 2015-02-11 16:01:20 +01:00
Bruno Sutic 42ca2d4454
First working version 2015-02-11 15:43:37 +01:00