diff options
Diffstat (limited to '.tmux.conf.local')
| -rw-r--r-- | .tmux.conf.local | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index b6b0f3d..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 @@ -432,7 +432,7 @@ run-shell ~/tmux-yank/yank.tmux # } # # online() { -# ping -c 1 1.1.1.1 >/dev/null 2>&1 && printf '✔' || printf '✘' +# ping -c 1 9.9.9.9 >/dev/null 2>&1 && printf '✔' || printf '✘' # } # # "$@" |
