From 6cd23488903ef9095f4fc013fbb6cfdc43ed8e45 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 2 Oct 2019 16:31:40 +0200 Subject: [PATCH] Add tmux configuration Can be sourced with source-file in ~/.tmux.conf --- tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..675962a --- /dev/null +++ b/tmux.conf @@ -0,0 +1,8 @@ +set-option -g prefix C-b # default + +bind r source-file ~/.tmux.conf + +bind h select-pane -R +bind j select-pane -D +bind k select-pane -U +bind l select-pane -L