Skip to content

Commit

Permalink
TMUX some changes for tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
clairvy committed May 17, 2017
1 parent 698eaba commit 61d38be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .tmux.conf
@@ -1,5 +1,5 @@
#utf setting
set-window-option -g utf8 on
#set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off

Expand Down Expand Up @@ -115,7 +115,11 @@ bind BTab select-pane -t :.+
unbind ^H
bind ^H select-pane -t :.-
unbind h
bind ^h select-pane -t :.-
bind h select-pane -t :.-
unbind j
bind j select-pane -D
unbind k
bind k select-pane -U
unbind ^L
bind ^L select-pane -t :.+
unbind l
Expand Down Expand Up @@ -145,7 +149,7 @@ set -g status-bg colour234
set -g pane-border-fg colour245
set -g pane-active-border-fg colour39

set -g status-left '#[fg=colour223,bg=colour202,bold]-- #20(hostname -s)#[deafult] #S #[fg=colour202,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀'
set -g status-left '#[fg=colour223,bg=colour202,bold]-- #(hostname -s)#[deafult] #S #[fg=colour202,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀'
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour25,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,bold]⮀"
# set -g status-right "#(wemux status_users)"
Expand Down

0 comments on commit 61d38be

Please sign in to comment.