Files
Joel Wetzell dd740041a6 add tmux.conf
2026-03-05 10:42:21 -06:00

13 lines
231 B
Bash

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