diff --git a/conf/tmux.conf b/conf/tmux.conf index ec3ec71..19c7bcc 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -13,44 +13,31 @@ unbind-key S # set -g prefix C-a bind a send-prefix -bind ^X lock-server -bind x lock-server bind : command-prompt -bind ^C new-window -bind c new-window -bind ^N next-window -bind n next-window -bind ^P next-window -bind p next-window -bind ^[ copy-mode -bind [ copy-mode -bind ^D detach -bind d detach bind " " next-window -bind w command-prompt "rename-window %%" -bind ^L choose-window -bind l choose-window -bind ^K kill-window -bind k kill-window +bind c new-window +bind d detach +bind ^C new-window +bind ^D detach bind | split-window -h bind - split-window -v ### COLORS -set -g status-justify "left" set -g status "on" -set -g status-left-style "none" -set -g message-command-style "fg=colour252,bg=colour240" -set -g status-right-style "none" -set -g pane-active-border-style "fg=colour117" set -g status-style "none,bg=colour238" -set -g message-style "fg=colour252,bg=colour240" -set -g pane-border-style "fg=colour240" -set -g status-right-length "100" +set -g status-justify "left" +set -g status-left-style "none" +set -g status-right-style "none" set -g status-left-length "100" -setw -g window-status-activity-style "none" -setw -g window-status-separator "" -setw -g window-status-style "none,fg=colour248,bg=colour238" +set -g status-right-length "100" +set -g pane-border-style "fg=colour240" +set -g pane-active-border-style "fg=colour117" +set -g message-style "fg=colour252,bg=colour240" +set -g message-command-style "fg=colour252,bg=colour240" set -g status-left "#[fg=colour238,bg=colour117] #S #[fg=colour117,bg=colour238,nobold,nounderscore,noitalics]" -set -g status-right "#[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour240] #(uptime | awk -F'average.*: ' '{print $2}') #[fg=colour244,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour238,bg=colour244] #h " +set -g status-right "#[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour240]#[fg=colour244,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour238,bg=colour244] #h " +setw -g window-status-style "none,fg=colour248,bg=colour238" +setw -g window-status-separator "" +setw -g window-status-activity-style "none" setw -g window-status-format "#[fg=colour248,bg=colour238] #I #[fg=colour248,bg=colour238] #W " setw -g window-status-current-format "#[fg=colour238,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour252,bg=colour240] #I #[fg=colour252,bg=colour240] #W #[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]"