summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 86779a7..3195fc0 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -24,6 +24,7 @@ set -g @tpm_plugins ' \
set -g @resurrect-strategy-vim 'session'
set -g @resurrect-save 'S'
set -g @resurrect-restore 'R'
+set -g status off
is_vim='echo "#{pane_current_command}" | grep -iqE "(^|\/)g?(view|n?vim?)(diff)?$"'
bind -n C-h if-shell "$is_vim" "send-keys C-h" "select-pane -L"