From 1a19104bdc7a127a9466c6825ec612d854acb690 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 9 Jul 2009 09:24:22 +0200 Subject: Added splitting shortcuts to tmux.conf --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 234726e..c7b5cf7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,3 +8,6 @@ set -g status-bg black set -g status-fg white set -g status-left '#H' set -g prefix C-a + +bind Tab down-pane +bind e split-window -- cgit v1.2.3