diff options
Diffstat (limited to '.tmux.conf.local')
-rw-r--r-- | .tmux.conf.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index 906c425..7d6c8c4 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -405,8 +405,8 @@ bind-key -n C-S-Down resize-pane -D bind-key -n C-S-Up resize-pane -U bind-key -n C-S-Left resize-pane -L bind-key -n C-S-Right resize-pane -R -set -g pane-active-border-fg colour45 -set -g pane-active-border-bg default +#set -g pane-active-border-fg colour45 +#set -g pane-active-border-bg default set-option -g display-panes-active-colour colour45 set-option -g display-panes-colour colour8 run-shell ~/tmux-yank/yank.tmux |