From 4effd421cd62784aa8fcb29b06b810afe602f957 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 1 Mar 2021 13:03:26 -0800 Subject: feat(u/riking/dotfiles): add tmux.conf Change-Id: Iad6809509ccda599f677c0feaffcef70da55d406 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2579 Reviewed-by: kanepyork Tested-by: BuildkiteCI --- users/riking/dotfiles/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 users/riking/dotfiles/tmux.conf (limited to 'users/riking/dotfiles') 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 -- cgit 1.4.1