From: acevest Date: Fri, 9 Oct 2015 08:48:20 +0000 (+0800) Subject: add tmux.conf X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=742b49a8087abfed34074d452dbeac29488a34ac;p=acecode.git add tmux.conf --- diff --git a/learn/doc/tmux.conf b/learn/doc/tmux.conf new file mode 100644 index 0000000..0fe0b34 --- /dev/null +++ b/learn/doc/tmux.conf @@ -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!"