From c3be973598459fadeacfb3124b2230fa30240668 Mon Sep 17 00:00:00 2001 From: Leo Alho Date: Sat, 24 Feb 2024 23:54:51 +0200 Subject: [PATCH] Add .tmux.conf --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .tmux.conf 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