From 680671e34b0c49332f0ff7ee51a675e9151d2637 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 27 Oct 2025 10:49:00 +0300 Subject: [PATCH] [+] update tmux config --- Makefile | 5 +++++ dotfiles/.tmux.conf | 1 + 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a47f1ae..25348a0 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,11 @@ dotfiles_vim_put: cp dotfiles/.py3.vimrc ~/.py3.vimrc cp -rp dotfiles/.vim/online_fxreader_pr34_vim ~/.vim/ +dotfiles_tmux_put: + mkdir -p $(INSTALL_ROOT) + + cp dotfiles/.tmux.conf ~/.tmux.conf + PLATFORM ?= macbook_air_2012 PLATFORM_TMP ?= tmp/platform_dotfiles/$(PLATFORM) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index c3ee646..cfd9436 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -30,6 +30,7 @@ bind -n M-[ copy-mode bind -n M-m set -g mouse set -g default-terminal "screen-256color" +set-option -g status-style "bg=#00aa00,fg=#ffffff" #set-option -ga terminal-overrides ",screen-256color:Tc" set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff"