Update .tmux.conf
This commit is contained in:
parent
295f85a8f7
commit
0301272222
|
@ -4,10 +4,10 @@ unbind C-b
|
|||
bind-key C-a send-prefix
|
||||
|
||||
unbind %
|
||||
bind b split-window -h
|
||||
bind v split-window -h
|
||||
|
||||
unbind '"'
|
||||
bind v split-window -v
|
||||
bind b split-window -v
|
||||
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
@ -45,4 +45,5 @@ set -g @continuum-restore 'on' # enable tmux-continuum functionality
|
|||
set -g @theme-status-right "#[fg=#{@powerline-status-right-area-right-bg},bg=#{@powerline-status-bg}]#[fg=#{@powerline-status-right-area-right-fg},bg=#{@powerline-status-right-area-right-bg},bold] nil "
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
Loading…
Reference in New Issue