feat(u/riking/dotfiles): add tmux.conf

Change-Id: Iad6809509ccda599f677c0feaffcef70da55d406
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2579
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
Kane York 2021-03-01 13:03:26 -08:00 committed by kanepyork
parent ef7a0da8cb
commit 4effd421cd

View file

@ -0,0 +1,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