Files
dotfiles/tmux/.tmux.conf
2025-11-30 20:50:35 -05:00

11 lines
195 B
Bash

unbind-key C-b
set-option -g prefix C-s
bind-key C-s send-prefix
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R
set-option -s escape-time 0