set -g default-command "${SHELL}" set -g default-terminal "tmux-256color" set -ga terminal-overrides ",foot:Tc" set -sg escape-time 25 set -g allow-rename on set -g set-titles on set -g set-titles-string "#T" set -g status-bg '#DAEFEF' set -g status-fg black setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " set -g status-left "" set -g status-right "#[fg=black][#(battery)] [%y.%m.%d %Hh%M]" unbind C-t unbind C-b set -g prefix C-t bind t send-prefix bind C-t last-window unbind x bind x lock-server unbind c bind c new-window unbind " " bind " " next-window unbind BSpace bind BSpace previous-window unbind A bind A command-prompt "rename-window %%" unbind w bind w list-windows unbind k bind k confirm-before "kill-window" unbind l bind l refresh-client unbind | bind | split-window unbind '"' bind '"' choose-window