4effd421cd
Change-Id: Iad6809509ccda599f677c0feaffcef70da55d406 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2579 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI
6 lines
113 B
Bash
6 lines
113 B
Bash
|
|
set -g mouse on
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|
|
bind | split-window -h
|
|
bind - split-window -v
|