Merge pull request 'tmux status' (#5) from tmux into master
Reviewed-on: #5
This commit is contained in:
commit
11dda0e72d
|
@ -39,4 +39,14 @@ bind-key -n S-Right next-window
|
||||||
# Faster Esc
|
# Faster Esc
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
|
|
||||||
source ~/.config/tmux/statusline.conf
|
# Plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
|
||||||
|
|
||||||
|
# Things to plugin
|
||||||
|
set -g @plugin 'jimeh/tmux-themepack'
|
||||||
|
set -g @themepack 'powerline/default/yellow'
|
||||||
|
|
||||||
|
# source ~/.config/tmux/statusline.conf
|
||||||
|
|
||||||
|
# initializes tmux plugin manager - keep this at the bottom
|
||||||
|
# run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in New Issue