Update changelog & readme for the zoomed windows feature

Closes #47, #54
pull/54/merge
Bruno Sutic 2014-10-25 18:43:56 +02:00
parent 0b496dd228
commit a35d5f9b90
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
- fix default save command strategy `ps` command flags. Flags are different for
FreeBSD.
- add bash history saving and restoring (@rburny)
- preserving layout of zoomed windows across restores (@Azrael3000)
### v1.3.0, 2014-09-20
- remove dependency on `pgrep` command. Use `ps` for fetching process names.

View File

@ -37,7 +37,7 @@ This plugin goes to great lengths to save and restore all the details from your
- all sessions, windows, panes and their order
- current working directory for each pane
- **exact pane layouts** within windows
- **exact pane layouts** within windows (even when zoomed)
- active and alternative session
- active and alternative window for each session
- windows with focus
@ -58,10 +58,10 @@ already exist.
Add plugin to the list of TPM plugins in `.tmux.conf`:
set -g @tpm_plugins " \
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-resurrect \
"
'
Hit `prefix + I` to fetch the plugin and source it. You should now be able to
use the plugin.