diff --git a/tmux.conf.local b/tmux.conf.local new file mode 100644 index 0000000..c04a7b9 --- /dev/null +++ b/tmux.conf.local @@ -0,0 +1,15 @@ +set -g mouse on + +set -g status-position bottom + +set -g status-style bg='#444444',fg='#cccccc' + +set -g status-right "%H:%M %d-%b-%y" + +bind -n C-M-l next-window +bind -n C-M-h previous-window + +bind -n C-h select-pane -L +bind -n C-j select-pane -D +bind -n C-k select-pane -U +bind -n C-l select-pane -R