Add tmux config

This commit is contained in:
Tyler Perkins 2024-11-14 07:51:23 -05:00
parent d99157fe3b
commit 7c3e013253
Signed by: tyler
GPG Key ID: FB77409925BD2C84

10
.tmux.conf Normal file
View File

@ -0,0 +1,10 @@
# Remap leader to ctrl+a
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Quick release config file
bind r source-file ~/.tmux.conf
# Enable mouse usage
set -g mouse on