Update
This commit is contained in:
12
.tmux.conf
12
.tmux.conf
@ -18,3 +18,15 @@ bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
set-option -g status on
|
||||
set-option -g status-interval 2
|
||||
set-option -g status-justify "centre"
|
||||
set-option -g status-left-length 60
|
||||
set-option -g status-right-length 90
|
||||
set-option -g status-left "#(~/share/tmux-powerline/powerline.sh left)"
|
||||
set-option -g status-right "#(~/share/tmux-powerline/powerline.sh right)"
|
||||
set-hook -g session-created 'run-shell "~/share/tmux-powerline/powerline.sh init"' # prettifies the window-status segments
|
||||
|
||||
bind C-[ run '~/share/tmux-powerline/mute_powerline.sh left' # Mute left statusbar.
|
||||
bind C-] run '~/share/tmux-powerline/mute_powerline.sh right' # Mute right statusbar.
|
||||
|
Reference in New Issue
Block a user