From 01204fff758637398ce3a9d2b6ca20038016e45b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 6 Mar 2023 11:12:20 -0500 Subject: Rearrange for better usage with GNU stow --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..6979591 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,6 @@ +set-option -g default-shell $SHELL +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse -- cgit v1.2.3