From 0301272222b4cf67fbe15a0b12e8cc6b15ccf8ed Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 21:20:22 +0100 Subject: [PATCH] Update .tmux.conf --- dot_tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 29a073c..a7fb9cc 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -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' \ No newline at end of file +run '~/.tmux/plugins/tpm/tpm' +