- 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
-
- 10 Sep, 2018 1 commit
-
-
Mario authored
That would solve https://github.com/tmux-plugins/tmux-resurrect/issues/131
-
- 20 Aug, 2018 2 commits
-
-
Bruno Sutic authored
Further Save and restore hooks
-
Ash Berlin-Taylor authored
And make the hook calling simpler at the call site.
-
- 17 Aug, 2018 1 commit
-
-
Sergey Vlasov authored
-
- 28 Jan, 2018 1 commit
-
-
- 27 Jan, 2018 1 commit
-
-
Wouter R authored
-
- 24 Jan, 2018 2 commits
-
-
Wouter R authored
-
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?).
-
- 04 Dec, 2017 1 commit
-
-
Kevin Tindall authored
-
- 14 Nov, 2017 2 commits
-
-
Bruno Sutic authored
README: Use the SVG Travis badge
-
Kevin Ji authored
-
- 30 Oct, 2017 1 commit
-
-
Robert Malko authored
-
- 26 Oct, 2017 1 commit
-
-
Bruno Sutic authored
remove_old_backups() : replace xargs with -exec to handle 0 files found better
-
- 25 Oct, 2017 1 commit
-
-
Eugene Van Dam authored
by find better
-