diff options
author | mail_redacted_for_web | 2024-05-25 12:40:52 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-05-25 12:40:52 +0200 |
commit | 329ed23c520bcc45332c6641d6873fc6bb7cbddc (patch) | |
tree | fd7e44f56d06da1b032371002c5de09d8c22113a /.tmux.conf.local | |
parent | 2a4bba6ca1600740568c3dea9e96f682d7ff52d4 (diff) | |
download | dotfiles-329ed23c520bcc45332c6641d6873fc6bb7cbddc.tar.bz2 |
local fixes
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 |