From d095ae369dc655fd6e778b414317d7eade1452b0 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 7 Jun 2015 18:10:17 -0600 Subject: [PATCH] added bindings suggested in Painless Tmux --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux.conf b/tmux.conf index 387e140..a894910 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,3 +12,8 @@ set -g base-index 1 set -s escape-time 0 set -g bell-action any # listen for activity on all windows set -g bell-on-alert on +bind | split-window -h +bind - split window -v +unbind x +bind x kill-pane +bind X kill-session