From a8d48e85200f9ec8ea32e18332ae970b41cc0bdc Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 5 Jun 2015 02:00:19 +0100 Subject: added calendar.vim (awesome plugin) --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') 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" -- cgit v1.2.3