]> Zhao Yanbai Git Server - acecode.git/commitdiff
add tmux.conf
authoracevest <zhaoyanbai@126.com>
Fri, 9 Oct 2015 08:48:20 +0000 (16:48 +0800)
committeracevest <zhaoyanbai@126.com>
Fri, 9 Oct 2015 08:48:20 +0000 (16:48 +0800)
learn/doc/tmux.conf [new file with mode: 0644]

diff --git a/learn/doc/tmux.conf b/learn/doc/tmux.conf
new file mode 100644 (file)
index 0000000..0fe0b34
--- /dev/null
@@ -0,0 +1,14 @@
+set -g prefix C-b
+#set -g status-left "#[fg=green]s#S:w#I.p#P#[default]"
+set -g pane-active-border-fg green
+set -g pane-border-fg white
+set -g default-command /bin/bash
+set -g base-index 1
+
+# navigate panes with hjkl
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R
+
+bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!"