summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index 5e9d2b1..5b2afff 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -4,8 +4,10 @@ unbind C-b
 set -g mouse-select-pane on
 setw -g aggressive-resize on
 
-bind | split-window -h
-bind - split-window -v
-
+# emacs binding
 set -gw mode-keys emacs
+bind 2 split-window -v
+bind 3 split-window -h
+
+# status
 set -g status on