Skip to content

Commit

Permalink
Updated tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Feb 3, 2016
1 parent 5de1f90 commit 57b9e15
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@ unbind C-b
set -g prefix `
bind-key ` send-prefix


set-window-option -g window-status-separator ''
set-window-option -g status-left " #H "
set-window-option -g status-right " %H:%M %d-%b-%y "
set-window-option -g status-right-attr bold
set-window-option -g window-status-format " #I: #W "
set-window-option -g window-status-current-format " #I: #W "

set-window-option -g status-bg colour233
set-window-option -g status-fg colour69
set-window-option -g status-left-fg colour233
set-window-option -g status-left-bg colour69
set-window-option -g status-right-fg colour233
set-window-option -g status-right-bg colour69
set-window-option -g window-status-current-fg colour69
set-window-option -g window-status-current-bg colour233

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
Expand All @@ -27,6 +18,8 @@ set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'tuxcanfly/tmux-colors-behelit'

# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 57b9e15

Please sign in to comment.