From 9eae48b87e15b7fc7c5bb2368bfd256565708d7c Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Fri, 21 Nov 2014 14:47:57 +0100 Subject: [PATCH] Update README --- CHANGELOG.md | 2 ++ README.md | 14 +++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8e1f0..a3d46c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ### master +- add link to the wiki page for "first pane/window issue" to the README as well + as other tweaks ### v1.5.0, 2014-11-09 - add support for restoring neovim sessions diff --git a/README.md b/README.md index 4006fdc..04098c9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This plugin goes to great lengths to save and restore all the details from your [configuration section](#configuration). - restoring vim/neovim sessions (optional). More details in [restoring vim and neovim sessions](#restoring-vim-and-neovim-sessions). -- restoring bash history (optional, *experimental*). More details in +- restoring bash history (optional, \*experimental*). More details in [restoring bash history](#restoring-bash-history-experimental). Requirements / dependencies: `tmux 1.9` or higher, `bash`. @@ -54,6 +54,14 @@ Requirements / dependencies: `tmux 1.9` or higher, `bash`. `tmux-resurrect` is idempotent! It will not try to restore panes or windows that already exist. +### FAQ + +> I have a problem: first pane/window is not restoring! + +Check out +[this wiki page](https://github.com/tmux-plugins/tmux-resurrect/wiki/Help:-issues-with-the-first-window) +for the explanation and problem solution. + ### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended) Add plugin to the list of TPM plugins in `.tmux.conf`: @@ -141,7 +149,7 @@ Change this with: In `.tmux.conf`: - set -g @resurrect-save-bash-history 'on' + set -g @resurrect-save-bash-history 'on' Bash `history` for individual panes will now be saved and restored. Due to technical limitations, this only works for panes which have no program running in @@ -166,7 +174,7 @@ Both contributing and bug reports are welcome. Please check out ### Credits [Mislav Marohnić](https://github.com/mislav) - the idea for the plugin came from his -[tmux-session script](https://github.com/mislav/dotfiles/blob/master/bin/tmux-session). +[tmux-session script](https://github.com/mislav/dotfiles/blob/2036b5e03fb430bbcbc340689d63328abaa28876/bin/tmux-session). ### Other