From 856b0c7e81c806ca893d5fd697ce49752fdf1f7f Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Mon, 27 Sep 2021 22:10:18 -0400 Subject: [PATCH] Adding tmux notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2cdb35b..cee66e7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ * [Initial Setup](#initial-setup) * [Special Notes](#special-notes) * [Mozilla Firefox](#mozilla-firefox) + * [Tmux](#tmux) @@ -124,3 +125,14 @@ Renaming the profile (`firefox -p`), renaming the directory, and modifying `prof Unfortunately, it can't be automated with Chezmoi. Chezmoi can NOT add files to the symlink directory. It will delete the symlink and create just the directory needed. The above implementation seems to get around these issues. + + +## Tmux + +* Default Prefix: `ctrl + a` or `ctrl + b` + +On first install, it may be necessary to run the following to download the plugins and reload tmux: + +``` +I +```