diff --git a/.tmux.conf b/.tmux.conf index 24f82a8..8b4e047 100644 --- a/.tmux.conf +++ b/.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 @@ -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 @@ -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)"