diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..a9b6e57 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +set -g prefix C-a +bind-key C-a last-window +bind-key C-n next-window +bind-key C-p previous-window +set -g set-titles off