tvl-depot/users/riking/dotfiles/tmux.conf
Kane York 4effd421cd 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
2021-03-01 22:31:13 +00:00

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