˗ˏˋ ★ ˎˊ˗ The best and greatest tmux.conf ever created by human inteligence :) and made with ❤️ ˗ˏˋ ★ ˎˊ˗
Requirements:
- tmux
>= 2.6
running on Linux, macOS, OpenBSD, Windows (WSL or Cygwin) - sed, uptime, whoami
- Outside of tmux, the
TERM
environment variable must be set toxterm-256color
. To verify it run in your terminal :
echo $TERM
Installing in ~
:
echo "entering in home folder"
cd
echo "cloning the repository in a .tmux folder"
git clone --single-branch https://github.com/synergops/.tmux.git
echo "creating a shortcut of the .tmux.conf in your home folder"
ln -s -f .tmux/.tmux.conf .
echo " Enjoy \!"
tmux may be controlled from an attached client by using a key combination of a
prefix key, followed by a command key. This configuration is keeping C-b
as the default prefix.
In the following list of key bindings:
<prefix>
means you have to hit Ctrl + b<prefix> c
means you have to hit Ctrl + b followed by c<prefix> C-c
means you have to hit Ctrl + b followed by Ctrl + c
For more, please read the .tmux.conf
which is self exlanatory