commit c1a45cd4eaa41cc5a365e93ed461e3baf851e775 Author: Eric Lynema Date: Mon Nov 20 12:42:04 2023 -0500 Init 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