mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 06:53:40 +02:00
tmux.conf: update
This commit is contained in:
parent
2014170480
commit
81ac9a88c5
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
set -as terminal-features ',xterm-256color:clipboard'
|
||||||
|
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
set -g escape-time 10
|
set -g escape-time 10
|
||||||
|
|
@ -14,7 +15,7 @@ set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style ''
|
set -g status-style ''
|
||||||
# set -g status-left '#[bg=colour3,fg=#0E1019] #(hostname) #[fg=color3,bg=default]'
|
# set -g status-left '#[bg=colour3,fg=#0E1019] #(hostname) #[fg=color3,bg=default]'
|
||||||
set -g status-left ' #S | '
|
set -g status-left ' #[fg=colour2]#[fg=default] #S '
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
|
|
@ -23,9 +24,9 @@ set -g pane-border-style "fg=#1a1c2d"
|
||||||
set -g pane-active-border-style "bg=default fg=#1a1c2d"
|
set -g pane-active-border-style "bg=default fg=#1a1c2d"
|
||||||
|
|
||||||
setw -g window-status-style ''
|
setw -g window-status-style ''
|
||||||
setw -g window-status-format ' #[fg=colour4]#I#[fg=colour15] #W '
|
setw -g window-status-format ' #[fg=colour4]#I#[fg=colour15]:#W '
|
||||||
setw -g window-status-current-style 'fg=#0E1019 bg=color4 bold'
|
setw -g window-status-current-style 'fg=#0E1019 bg=color4 bold'
|
||||||
setw -g window-status-current-format ' #I #W '
|
setw -g window-status-current-format ' #I:#W '
|
||||||
setw -g window-status-separator ''
|
setw -g window-status-separator ''
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue