From 742b49a8087abfed34074d452dbeac29488a34ac Mon Sep 17 00:00:00 2001 From: acevest Date: Fri, 9 Oct 2015 16:48:20 +0800 Subject: [PATCH] add tmux.conf --- learn/doc/tmux.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 learn/doc/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!" -- 2.44.0