Update .tmux.conf

This commit is contained in:
Felix Delattre 2023-03-09 21:20:22 +01:00
parent 295f85a8f7
commit 0301272222
1 changed files with 4 additions and 3 deletions

View File

@ -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'