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
|
||||
|
@ -46,3 +46,4 @@ set -g @theme-status-right "#[fg=#{@powerline-status-right-area-right-bg},bg=#{@
|
|||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
Loading…
Reference in New Issue