diff --git a/tmux.conf-client b/tmux.conf-client new file mode 100644 index 0000000..03331a4 --- /dev/null +++ b/tmux.conf-client @@ -0,0 +1,4 @@ +set -g status-style bg=blue,fg=white +bind-key C-a last-window +bind a send-prefix + diff --git a/tmux.conf-server b/tmux.conf-server new file mode 100644 index 0000000..c261e8f --- /dev/null +++ b/tmux.conf-server @@ -0,0 +1,5 @@ +unbind C-b +set -g prefix C-a +set -g status-style bg=red,fg=white +bind-key C-a last-window +bind a send-prefix