File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 24
24
- delete resurrect files older than 30 days, but keep at least 5 files
25
25
- add save and restore hooks
26
26
- always use ` -ao ` flags for ` ps ` command to detect commands
27
+ - Deprecate restoring shell history feature.
27
28
28
29
### v2.4.0, 2015-02-23
29
30
- add "tmux-test"
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ Optional:
49
49
50
50
- [ restoring vim and neovim sessions] ( docs/restoring_vim_and_neovim_sessions.md )
51
51
- [ restoring pane contents] ( docs/restoring_pane_contents.md )
52
- - [ restoring shell history] ( docs/restoring_shell_history.md ) (experimental)
53
52
54
53
Requirements / dependencies: ` tmux 1.9 ` or higher, ` bash ` .
55
54
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Currently the following hooks are supported:
20
20
21
21
Called before any tmux state is altered.
22
22
23
- - ` @resurrect-hook-pre-restore-history `
23
+ - ` @resurrect-hook-pre-restore-history ` - deprecated
24
24
25
25
Called after panes and layout have been restores, but before bash history is
26
26
restored (if it is enabled) -- the hook is always called even if history
Original file line number Diff line number Diff line change 1
- # Restoring shell history (experimental)
1
+ # Restoring shell history (deprecated, do not use)
2
+
3
+ This feature is deprecated because it's very invasive. It will be removed in
4
+ the future with no replacement. To see problems it causes check
5
+ [ this issue] ( https://github.com/tmux-plugins/tmux-resurrect/issues/288 ) .
2
6
3
7
** Supported shells** : ` bash ` and ` zsh ` .
4
8
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ pane_contents_area_option="@resurrect-pane-contents-area"
38
38
default_pane_contents_area=" full"
39
39
40
40
bash_history_option=" @resurrect-save-bash-history" # deprecated
41
- shell_history_option=" @resurrect-save-shell-history"
41
+ shell_history_option=" @resurrect-save-shell-history" # deprecated
42
42
43
43
# set to 'on' to ensure panes are never ever overwritten
44
44
overwrite_option=" @resurrect-never-overwrite"
You can’t perform that action at this time.
0 commit comments