Files
dotfiles/tmux.conf
2016-10-25 09:37:43 -07:00

8 lines
156 B
Bash

# Enable mouse scrolling in copy mode
set-window-option -g mode-mouse on
# Switch prefix from C-b to C-t
unbind C-b
set -g prefix C-t
bind C-t send-prefix