diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..d0091e4 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,5 @@ +unbind C-b +set -g prefix C-z +bind-key C-z send-prefix +set -g default-command /bin/bash +set -g default-terminal screen-256color