about summary refs log tree commit diff
path: root/users/riking
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2021-03-01T21·03-0800
committerkanepyork <rikingcoding@gmail.com>2021-03-01T22·31+0000
commit4effd421cd62784aa8fcb29b06b810afe602f957 (patch)
treecc40346a29a3c478585d93506a47053c03d46011 /users/riking
parentef7a0da8cb22601d8cdd466644413877126c70df (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.conf6
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 0000000000..1f253cb27f
--- /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