set-option -g history-limit 10000 set-option -g repeat-time 750 set-option -g status-interval 5 set-option -g status-right "[#(uptime | rev | cut -d":" -f1 | head -c -2 | rev | sed s/,//g )] %d %b %R" #set-option -g status-utf8 on set-window-option -g mode-keys vi set-window-option -g window-status-current-bg black set-window-option -g window-status-current-fg green set-window-option -g window-status-current-format " #I: #W " set-window-option -g window-status-format " #I: #W " bind r source-file ~/.tmux.conf \; display "~/.tmux.conf reloaded" #bind '"' split-window -c "#{pane_current_path}" #bind '%' split-window -h -c "#{pane_current_path}" #bind c new-window -c "#{pane_current_path}" bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R unbind-key -T copy-mode-vi v bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection #bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -sel clip -i" bind -r H resize-pane -L 2 bind -r J resize-pane -D 2 bind -r K resize-pane -U 2 bind -r L resize-pane -R 2