- 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
-
- 10 Dec, 2018 1 commit
-
-
Lars Wilke authored
If pane content is restored and no default-command is set, restore.sh falls back to default-shell, which tmux sets automatically and calls as a login shell. In pane_creation_command() we need to make sure to call default-shell as a login shell. As tmux does. But take care not to call default-command as a login shell.
-
- 30 Nov, 2018 1 commit
-
-
Bruno Sutic authored
fix #95 restore name of first window
-
- 08 Oct, 2018 1 commit
-
-
Bruno Sutic authored
Windows file names can not contain a colon
-
- 11 Sep, 2018 2 commits
-
-
-
Bruno Sutic authored
Previously we used 'ps -eo' for some operating systems. It turns out flags '-ao' work fine for all, and it should also be fine per posix spec http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html#tag_20_96
-