diff options
author | Kane York <kanepyork@gmail.com> | 2021-03-01T21·03-0800 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2021-03-01T22·31+0000 |
commit | 4effd421cd62784aa8fcb29b06b810afe602f957 (patch) | |
tree | cc40346a29a3c478585d93506a47053c03d46011 /users/riking | |
parent | ef7a0da8cb22601d8cdd466644413877126c70df (diff) |
feat(u/riking/dotfiles): add tmux.conf r/2260
Change-Id: Iad6809509ccda599f677c0feaffcef70da55d406 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2579 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/riking')
-rw-r--r-- | users/riking/dotfiles/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/riking/dotfiles/tmux.conf b/users/riking/dotfiles/tmux.conf new file mode 100644 index 000000000000..1f253cb27f0c --- /dev/null +++ b/users/riking/dotfiles/tmux.conf @@ -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 |