From 9605bf8220cac5586320386aa723ffafa0784c37 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Sat, 13 Apr 2024 18:45:08 -0500 Subject: [PATCH] Add tmux/.tmux.conf --- tmux/.tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..032d447 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,10 @@ +set mouse on + +# Set the prefix to Ctrl+a +set -g prefix C-a + +# Remove the old prefix +unbind C-b + +# Send Ctrl+a to applications by pressing it twice +bind C-a send-prefix \ No newline at end of file