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:
parent
ef7a0da8cb
commit
4effd421cd
1 changed files with 6 additions and 0 deletions
6
users/riking/dotfiles/tmux.conf
Normal file
6
users/riking/dotfiles/tmux.conf
Normal 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
|
Loading…
Reference in a new issue