Files
linux-setup/.tmux.conf
2024-03-21 22:25:45 -07:00

16 lines
331 B
Bash

unbind r
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set -g prefix C-t
set -g mouse on
bind-key m select-pane -L
bind-key n select-pane -D
bind-key e select-pane -U
bind-key i select-pane -R
set-option -g status-position top
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"