diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..2e200b9 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,10 @@ +set -g base-index 1 +set -g mouse on + +set -g set-titles on +set -g set-titles-string "#T" + +# More friendly split pane +bind-key h split-window -h +bind-key v split-window -v +