- 27 Aug, 2021 2 commits
-
-
A Farzat authored
First, increment the relevant indices in the awk statements regarding windows, as now the window_name entry exists. Second, remove the window_name entry from the dump_pane_contents and dump_shell_history functions as it no longer exists in the format.
-
A Farzat authored
First, make sure to include the ":" placeholder in the window_name format. Second, decrement the indices in relevant awk commands to make sure they point to the right items.
-
- 26 Aug, 2021 1 commit
-
-
A Farzat authored
Previously, window names were set when creating panes and were therefore saved with pane data. However, saving the names with window data is more intuitive and easier to manage. In addition, one can set the name and automatic-rename options in the same function, so one can make sure that renaming the windows will not overwrite the automatic-rename option.
-
- 23 Aug, 2021 1 commit
-
-
A Farzat authored
When the session is restored, the windows are renamed to their original names switching off automatic-rename, which can be undesirable. Therefore the value of automatic-rename is now saved for each window and restored after the renaming. If the value is set, that value is saved and then applied. Otherwise, a placeholder of ':' is placed instead, in which case the local option is unset for that window (as it originally was).
-
- 17 Aug, 2020 2 commits
-
-
Bruno Sutic authored
-
Ash Berlin-Taylor authored
For instance `tmux set-option -g @resurrect-delete-backup-after 1` to only keep 1 day of backups. Closes 252.
-
- 01 Mar, 2019 1 commit
-
-
Graham Patterson authored
-
- 20 Aug, 2018 1 commit
-
-
Ash Berlin-Taylor authored
And make the hook calling simpler at the call site.
-
- 17 Aug, 2018 1 commit
-
-
Sergey Vlasov authored
-
- 27 Jan, 2018 1 commit
-
-
Wouter R authored
-
- 24 Jan, 2018 1 commit
-
-
https://github.com/tmux-plugins/tmux-resurrect/issues/176Wouter R authored
This removes (un)zooming on save which should not be necessary anymore with recent tmux versions (from 2.2 on?).
-
- 25 Oct, 2017 1 commit
-
-
Eugene Van Dam authored
by find better
-
- 04 Jun, 2017 8 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Xu Cheng authored
remove backup files older than 30 days, but keep at least 5 copies of backup. Fixes #102.
-
Mohammad Alsaleh authored
This is necessary for zsh. Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
Mohammad Alsaleh authored
Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
Mohammad Alsaleh authored
Also make @resurrect-save-bash-history an alias to the new option. Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
Mohammad Alsaleh authored
Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
- 01 Jun, 2017 1 commit
-
-
Bruno Sutic authored
-
- 30 May, 2017 2 commits
-
-
Bruno Sutic authored
This reverts commit 0a6f9078.
-
Bruno Sutic authored
Code submitted by @vburdo in https://github.com/tmux-plugins/tmux-resurrect/issues/156
-
- 07 May, 2017 1 commit
-
-
Klas Mellbourn authored
as suggested in https://github.com/tmux-plugins/tmux-resurrect/issues/141
-
- 29 Jan, 2016 1 commit
-
-
Heath Naylor authored
-
- 25 Nov, 2015 2 commits
-
-
Bruno Sutic authored
This reverts commit 6750a88e.
-
Bruno Sutic authored
-
- 26 Oct, 2015 1 commit
-
-
Bruno Sutic authored
When saving zoomed windows: - window is un-zoomed - window layout snapshot is taken - window is zoomed back This is done because otherwise tmux does not provide correct window layout. With this we're working around a tmux bug really. The above causes an issue with vim. For some reason vim cannot properly reload it's content when "un-zoom + zoom" is done quickly. Everything works ok if a little sleep/wait is added, so we're doing just that. 0.1 second sleep seems to be enough. About `sleep 0.1 || sleep 1`: this is a hack. We want to wait for 0.1 seconds, which seems to be enough to fix the issue. However, according to POSIX, `sleep` command takes only integers. BUT, decimal values seem to work everywhere. So, we're using a decimal value, and if that fails, we behave POSIX friendly. Related to issue #112.
-
- 10 Jul, 2015 1 commit
-
-
Bruno Sutic authored
-
- 08 Jul, 2015 2 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
-
- 07 Jul, 2015 2 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
-
- 09 May, 2015 2 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
-
- 18 Mar, 2015 2 commits
- 17 Mar, 2015 2 commits
-
-
quentin authored
By default only the visible pane area is captured and restored. The @resurrect-pane-contents-area option lets the full pane area be captured instead.
-
quentin authored
This feature is controlled by the '@resurrect-capture-pane-contents' option. Currently only the visible area of each pane is saved and restored.
-
- 12 Feb, 2015 1 commit
-
-
Bruno Sutic authored
It's faster now.
-