about summary refs log tree commit diff
path: root/users/riking/dotfiles/tmux.conf
blob: 1f253cb27f0c381ead8dd356b2a203c15f59e8aa (plain) (blame)
1
2
3
4
5
6

set -g mouse on
set-option -g prefix C-a
bind-key C-a send-prefix
bind | split-window -h
bind - split-window -v