Add tmux/.tmux.conf

This commit is contained in:
Matthew Fisher 2024-04-13 18:45:08 -05:00
commit 9605bf8220

10
tmux/.tmux.conf Normal file
View File

@ -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