Update tmux/.tmux.conf

This commit is contained in:
Matthew Fisher 2024-04-16 19:26:36 -05:00
parent 2b03bd1846
commit 1836fe2d42

View File

@ -1,10 +1,12 @@
set mouse on
# Set the prefix to Ctrl+a
set -g prefix C-a
# Remove the old prefix
unbind C-b
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
# Send Ctrl+a to applications by pressing it twice
bind C-a send-prefix
bind C-a send-prefix
#I'm Lazy
set mouse