[+] update tmux config
This commit is contained in:
parent
68d1de72ec
commit
680671e34b
5
Makefile
5
Makefile
@ -89,6 +89,11 @@ dotfiles_vim_put:
|
|||||||
cp dotfiles/.py3.vimrc ~/.py3.vimrc
|
cp dotfiles/.py3.vimrc ~/.py3.vimrc
|
||||||
cp -rp dotfiles/.vim/online_fxreader_pr34_vim ~/.vim/
|
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 ?= macbook_air_2012
|
||||||
PLATFORM_TMP ?= tmp/platform_dotfiles/$(PLATFORM)
|
PLATFORM_TMP ?= tmp/platform_dotfiles/$(PLATFORM)
|
||||||
|
|
||||||
|
|||||||
@ -30,6 +30,7 @@ bind -n M-[ copy-mode
|
|||||||
bind -n M-m set -g mouse
|
bind -n M-m set -g mouse
|
||||||
|
|
||||||
set -g default-terminal "screen-256color"
|
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 -ga terminal-overrides ",screen-256color:Tc"
|
||||||
|
|
||||||
set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff"
|
set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user