Improved tmux config
This commit is contained in:
parent
a7e23306c1
commit
a2fde87316
18
tmux.conf
18
tmux.conf
|
@ -1,8 +1,16 @@
|
|||
#tmux config file
|
||||
#change statusbar
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set-window-option -g window-status-current-bg white
|
||||
set-window-option -g window-status-current-fg black
|
||||
set-option -g display-panes-colour black
|
||||
set-option -g display-panes-active-colour white
|
||||
|
||||
#start powerline
|
||||
run-shell "powerline-daemon -q"
|
||||
source-file "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
|
||||
send-keys C-c
|
||||
# send-keys C-c
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
|
@ -44,13 +52,5 @@ bind -n C-M-h swap-window -t -1
|
|||
#enable aggressive-resize
|
||||
setw -g aggressive-resize on
|
||||
|
||||
#change statusbar
|
||||
# set -g status-bg black
|
||||
# set -g status-fg white
|
||||
# set-window-option -g window-status-current-bg white
|
||||
# set-window-option -g window-status-current-fg black
|
||||
# set-option -g display-panes-colour black
|
||||
# set-option -g display-panes-active-colour white
|
||||
|
||||
#autorename
|
||||
setw -g automatic-rename on
|
||||
|
|
Loading…
Reference in New Issue
Block a user