dots

Dotfiles for Linux
Log | Files | Refs | README

commit 686c44328bcfe4873769668338979385bcc7ded4
parent f0159e04aaf01ed57782532898913ad20dfe87a9
Author: Chris Kiriakou <chris@kiriakou.net>
Date:   Wed, 19 Aug 2026 17:05:33 +0200

fix status bar leaking into command mode

Diffstat:
Mtmux/dot-config/tmux/statusline.conf | 30+++++++++++++++++++-----------
Mtmux/dot-config/tmux/tmux.conf | 4+---
2 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/tmux/dot-config/tmux/statusline.conf b/tmux/dot-config/tmux/statusline.conf @@ -1,25 +1,33 @@ -# vim: ft=tmux -set -g mode-style "bg=grey" # selection color -set -g message-style "fg=brightwhite,bg=brightblack" # command prompt +set -g mode-style "fg=black,bg=grey" + +set -g message-style "fg=brightwhite,bg=black,fill=black" +set -g message-command-style "fg=brightwhite,bg=black,fill=black" + set -g prompt-cursor-color "brightwhite" -set -g message-command-style "fg=black,bg=white" # vi-mode in command prompt + set -g pane-border-style "fg=white" -set -g pane-active-border-style "fg=black" +set -g pane-active-border-style "fg=#4c7899" + set -g status "on" set -g status-interval 1 set -g status-justify "left" + set -g status-style "fg=black,bg=white" -set -g status-position bottom + set -g status-bg "white" + set -g status-left-length "100" set -g status-right-length "100" -set -g status-left-style "NONE,fg=black" + +set -g status-left-style NONE +set -g status-right-style NONE + set -g status-left "[#S] " -set -g status-right-style "NONE,fg=black" set -g status-right "" -setw -g window-status-activity-style "fg=black" + +setw -g window-status-activity-style "underscore,fg=black,bg=white" setw -g window-status-separator " " -setw -g window-status-style "NONE,fg=black" +setw -g window-status-style "NONE,fg=black,bg=white" +setw -g window-status-current-style "NONE,fg=black,bg=white" setw -g window-status-format '#I:#W-' -setw -g window-status-current-style "NONE,fg=black" setw -g window-status-current-format '#I:#W*' diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "tmux-256color" +set -g default-terminal "foot" set-option -ga terminal-overrides ",foot*:Tc" # action key @@ -35,8 +35,6 @@ bind-key -r -T prefix C-l resize-pane -R 5 #### basic settings set-option -g status-justify "left" -set-window-option -g mode-keys vi -# look'n feel set-option -g history-limit 64096 set -sg escape-time 10