This commit is contained in:
Eric Lynema 2023-11-20 12:42:04 -05:00
commit c1a45cd4ea
1 changed files with 7 additions and 0 deletions

7
tmux/.tmux.conf Normal file
View File

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