depot/third_party/tvl/users/riking/dotfiles/tmux.conf

7 lines
113 B
Text
Raw Normal View History

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