diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..bb5b3fb --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,7 @@ +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# Enable mouse control (clickable windows, panes, resizable panes) +# set -g mouse on