- 30 Aug, 2021 2 commits
-
-
Bruno Sutic authored
Maintain the value of automatic-rename
-
Bruno Sutic authored
-
- 27 Aug, 2021 3 commits
-
-
A Farzat authored
In restore_window_properties function, the window_name is set globally at first, but now it is first declared as local to prevent that from happening.
-
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).
-
- 05 Jul, 2021 1 commit
-
-
Yordan Georgiev authored
-
- 18 Mar, 2021 1 commit
-
-
Bruno Sutic authored
More explicit warning of restoring :all: programs
-
- 17 Mar, 2021 1 commit
-
-
chrysn authored
Closes: https://github.com/tmux-plugins/tmux-resurrect/issues/250
-
- 13 Mar, 2021 1 commit
-
-
Bruno Sutic authored
How to restore to a previously saved environment
-
- 12 Mar, 2021 1 commit
-
-
alfredbez authored
-
- 02 Feb, 2021 1 commit
-
-
Bruno Sutic authored
Add extra detail around using MacVim
-
- 01 Feb, 2021 1 commit
-
-
Colin Deasy authored
-
- 18 Sep, 2020 2 commits
-
-
Bruno Sutic authored
Fix rename-window's target-window during restore
-
Diego Ximenes authored
-
- 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.
-
- 03 Aug, 2020 1 commit
-
-
Bruno Sutic authored
-
- 27 Jul, 2020 1 commit
-
-
Bruno Sutic authored
actually rename windows when restoring
-
- 14 Jun, 2020 2 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
Example inline strategy: "~/bin/my_program->my_program *" for full command: "ruby /Users/john/bin/my_program arg1 arg2" restores command: "my_program arg1 arg2"
-
- 05 Jun, 2020 1 commit
-
-
Bruno Sutic authored
A user may decide to use custom session file. Eg vim -S Session1.vim With the previous approach we were preventing that as we only checked for the existence of the default Session.vim file.
-
- 21 Mar, 2020 1 commit
-
-
Bruno Sutic authored
-
- 17 Dec, 2019 3 commits
-
-
Bruno Sutic authored
Add cmdline save strategy
-
*Kim Zick authored
-
*Kim Zick authored
-
- 06 Dec, 2019 1 commit
-
-
Helmut K. C. Tessarek authored
-
- 27 Nov, 2019 1 commit
-
-
Bruno Sutic authored
Fix #94 start default-shell as login shell.
-
- 21 Oct, 2019 1 commit
-
-
Bruno Sutic authored
Deprecate restoring shell history
-
- 27 Aug, 2019 1 commit
-
-
Bruno Sutic authored
"restoring shell history" feature is very invasive and dirty. I propose removing it in the future without the replacement. I worry it spoils the first experience of using this plugin for users that accidentally turn it on and don't know how to turn it off, see https://github.com/tmux-plugins/tmux-resurrect/issues/288 Also, it hurts me to reject PRs that improve the feature. Thoughts?
-
- 19 Apr, 2019 1 commit
-
-
Bruno Sutic authored
-
- 01 Mar, 2019 2 commits
-
-
Bruno Sutic authored
Adds a fix for directory paths with spaces that aren't escaped.
-
Graham Patterson authored
-
- 07 Jan, 2019 2 commits
-
-
*Kim Zick (rummik) authored
-
Bruno Sutic authored
Add mosh-client default strategy
-
- 29 Dec, 2018 2 commits
-
-
*Kim Zick (rummik) authored
-
*Kim Zick (rummik) authored
-
- 28 Dec, 2018 2 commits
-
-
*Kim Zick (rummik) authored
-
donat-b authored
-