[+] update tmux config

This commit is contained in:
Siarhei Siniak 2025-10-27 10:49:00 +03:00
parent 68d1de72ec
commit 680671e34b
2 changed files with 6 additions and 0 deletions

@ -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)

@ -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"