From ed7669eadfae1a9a17924bb4736af480f50b4df7 Mon Sep 17 00:00:00 2001 From: Jakob Gerhard Martinussen Date: Fri, 29 Sep 2017 11:43:24 +0200 Subject: [PATCH] Use correct name for tmux configuration file Parts of the readme referred to `tmux.conf` instead of `.tmux.conf`. This has now been corrected. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 445fc13..db7a82c 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ system. Last saved environment is automatically restored when tmux is started. -Put `set -g @continuum-restore 'on'` in `tmux.conf` to enable this. +Put `set -g @continuum-restore 'on'` in `.tmux.conf` to enable this. Note: automatic restore happens **exclusively** on tmux server start. No other -action (e.g. sourcing `tmux.conf`) triggers this. +action (e.g. sourcing `.tmux.conf`) triggers this. #### Dependencies