dotfiles: update
This commit is contained in:
@@ -25,7 +25,7 @@ set -g renumber-windows on
|
||||
set -g focus-events off
|
||||
|
||||
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
# => Theme
|
||||
@@ -38,8 +38,9 @@ set -g message-style fg=colour166,bg=colour235
|
||||
set -g window-status-format " ━━━━━━ "
|
||||
set -g window-status-current-format " ━━━━━━ "
|
||||
|
||||
set -g status-left ''
|
||||
set -g status-right ''
|
||||
set -g status-left ""
|
||||
# set -g status-left "#{?#{pane_ssh_connected},#{hostname_short},}"
|
||||
set -g status-right "#(/bin/bash $HOME/.tmux/kube-tmux/kube.tmux 250 red cyan)"
|
||||
set -g status-justify centre
|
||||
|
||||
# Planck
|
||||
@@ -108,6 +109,8 @@ set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
|
||||
set -g @plugin 'soyuka/tmux-current-pane-hostname'
|
||||
|
||||
# If run as "tmux attach", create a session if one does not already exist
|
||||
new-session -A -s default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user