From 73ddaea19e588f59ca5c62cc4b670754145ef810 Mon Sep 17 00:00:00 2001 From: rhjr Date: Sun, 21 Jun 2026 07:08:05 -0400 Subject: [PATCH] Added: tmux config --- .config/tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..3445ac0 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +# settings +set -g mouse on + +# keybindings +unbind C-b +set -g prefix C-space +bind C-space send-prefix