adds tmux conf

This commit is contained in:
2024-02-21 09:15:33 -08:00
parent 64a17dcee9
commit 5c55b3ee64
2 changed files with 17 additions and 0 deletions

15
.tmux.conf Normal file
View File

@@ -0,0 +1,15 @@
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"