summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-09 09:24:22 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-09 09:24:22 +0200
commit1a19104bdc7a127a9466c6825ec612d854acb690 (patch)
treef49defa7dcb783037e9c06bfe66646076d509da5
parent4192d22a381faa690f803553a4e13d9a1abd96e6 (diff)
Added splitting shortcuts to tmux.conf
Diffstat (limited to '')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
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