diff rc/tmux-2.2.conf @ 590:756cfd9f5bc8

Add tmux 2.2+ config
author nanaya <me@myconan.net>
date Sun, 24 Jul 2016 22:41:54 +0900
parents
children a43414120226
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rc/tmux-2.2.conf	Sun Jul 24 22:41:54 2016 +0900
@@ -0,0 +1,19 @@
+set -g repeat-time 0
+set -g status-bg cyan
+set -g status-fg black
+
+set -g status-left '#[bg=white,fg=black] #S #[default] '
+
+set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M '
+
+set -g pane-active-border-fg cyan
+
+set -g set-titles on
+set -g set-titles-string '[#S] #I:#W #T'
+
+setw -g window-status-current-bg black
+setw -g window-status-current-fg white
+
+bind-key c new-window -c "#{pane_current_path}"
+bind-key '"' split-window -c "#{pane_current_path}"
+bind-key % split-window -h -c "#{pane_current_path}"