1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added new tmux config

This commit is contained in:
Ryan Kes 2019-03-15 18:54:29 +01:00
parent 7f6e9a0dbf
commit a4f47f9022

View File

@ -1,16 +1,18 @@
#example ripped from http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/ # List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g status-bg black # Theme
set -g status-fg white set -g @themepack 'powerline/double/magenta'
set -g status-left '#[fg=green bg=black]#(hostname -s)'
# Highlight active window
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow bg=black]#(uptime | cut -d "," -f 2-)'
#Set window notifications # Other examples:
setw -g monitor-activity on # set -g @plugin 'github_username/plugin_name'
set -g visual-activity on # set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
#automatically rename windows # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
setw -g automatic-rename on run '~/.tmux/plugins/tpm/tpm'