mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
updates
This commit is contained in:
parent
f910f44191
commit
213dc36872
5 changed files with 169 additions and 133 deletions
32
tmux.conf
32
tmux.conf
|
|
@ -1,16 +1,30 @@
|
|||
set -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
set -g default-terminal "xterm-kitty"
|
||||
#set-option -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",xterm-kitty:Tc:clipboard:usstyle"
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
set -g escape-time 10
|
||||
set -g focus-events on
|
||||
set -g mouse off
|
||||
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# remap prefix
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
set -g status-position bottom
|
||||
set -g status-justify left
|
||||
set -g status-style 'fg=color10'
|
||||
set -g status-left ''
|
||||
set -g status-style ''
|
||||
set -g status-left '#[bg=colour3,fg=#0E1019] #(hostname) #[fg=color3,bg=default]'
|
||||
set -g status-right ''
|
||||
set -g status-right-length 50
|
||||
set -g status-left-length 10
|
||||
set -g status-left-length 50
|
||||
|
||||
setw -g window-status-style ''
|
||||
setw -g window-status-format '#[fg=colour4]#I#[fg=colour7] #W'
|
||||
setw -g window-status-current-style 'fg=colour0 bg=colour4 bold'
|
||||
setw -g window-status-current-format ' #I #W #F '
|
||||
setw -g window-status-separator '#[fg=colour4] | #[fg=colour7]'
|
||||
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-format ' #I #W '
|
||||
setw -g window-status-separator ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue