Use correct name for tmux configuration file

Parts of the readme referred to `tmux.conf` instead of `.tmux.conf`. This has now been corrected.
This commit is contained in:
Jakob Gerhard Martinussen 2017-09-29 11:43:24 +02:00 committed by GitHub
parent 499b6a7e4e
commit ed7669eadf

View File

@ -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