add tmux.conf

This commit is contained in:
Joel Wetzell
2026-03-05 10:42:21 -06:00
parent 17893585ed
commit dd740041a6
2 changed files with 19 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g mouse on
bind r source-file ~/.tmux.conf
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D