diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..5c1bb54 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,10 @@ +# Remap leader to ctrl+a +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# Quick release config file +bind r source-file ~/.tmux.conf + +# Enable mouse usage +set -g mouse on