feat(tmux): add tmux config

This commit is contained in:
2026-02-17 03:06:30 +01:00
parent ab08893b09
commit 4b18f62c9a

16
.tmux.conf Normal file
View File

@@ -0,0 +1,16 @@
set-option -sa terminal-overrides ",xterm*:Tc"
bind r source-file ~/.tmux.conf
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
set -g mouse on