make stuff closer to default

This commit is contained in:
Grisha Shipunov 2025-06-30 15:33:19 +02:00
parent dbb3d57f9a
commit 430696d0ae
2 changed files with 4 additions and 23 deletions

View file

@ -1,3 +1,5 @@
address irc+insecure://10.89.87.1
nickname oxapentane
password-cmd cat /run/secrets/senpai
mouse false

View file

@ -11,14 +11,9 @@ set-option -g history-limit 50000
set-option -g default-terminal "tmux-256color"
# vi style copy mode
setw -g mode-keys vi
set -g mode-keys emacs
set -g status-keys emacs
# Move between panes with vi keys
#bind h select-pane -L
#bind j select-pane -D
#bind k select-pane -U
#bind l select-pane -R
# set focus events
set-option -g focus-events on
@ -28,7 +23,7 @@ set -g set-titles on
set -g set-titles-string "#T"
# mouse
set -g mouse on
set -g mouse off
# theming
# modes
@ -38,22 +33,6 @@ setw -g clock-mode-colour white
set -g pane-border-style 'fg=colour244'
set -g pane-active-border-style 'fg=colour03'
#bind b break-pane -d
# statusbar
set -g status-position bottom
set -g status-justify left
set -g status-style 'bg=default fg=colour15'
set -g status-right '[#S][@#H][%H:%M][%Y-%m-%d]'
set -g status-left '(^_^)'
#set -g status-right-length 50
set -g status-left-length 40
setw -g window-status-current-style 'fg=brightgreen bg=default bold'
setw -g window-status-current-format ' #I#[fg=colour15]:#W#[fg=brightgreen]#F '
setw -g window-status-style 'fg=gray bg=default'
setw -g window-status-format ' #I#[fg=colour15]:#W#[fg=gray bold]#F '
setw -g window-status-bell-style 'fg=colour255 bg=colour1 bold'
# messages
set -g message-style 'fg=black bg=white bold'