From a35d5f9b90650a686c77977ad1f722f7d7beef96 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sat, 25 Oct 2014 18:43:56 +0200 Subject: [PATCH] Update changelog & readme for the zoomed windows feature Closes #47, #54 --- CHANGELOG.md | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1ad68..1ad7ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 438e9f0..ea94871 100644 --- a/README.md +++ b/README.md @@ -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.