From c1a45cd4eaa41cc5a365e93ed461e3baf851e775 Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Mon, 20 Nov 2023 12:42:04 -0500 Subject: [PATCH] Init --- tmux/.tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..99c71fe --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,7 @@ +# Rebind +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# Mouse Mode +set -g mouse on