summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-10-15 17:29:31 +0200
committerUrbain Vaes <urbain@vaes.uk>2017-10-15 17:29:31 +0200
commitc74365888889dacc403ec50a92180144a771bac4 (patch)
tree3492d71a99bee0d75ad04d83d38e6f4dc62483b0 /tmux
parentbbc8c1a4423f42ccda0594def689ba415b6de06a (diff)
Add i3blocks config
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 1954f8d..f866605 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -12,7 +12,7 @@ bind r source-file ~/.tmux.conf
set -sg escape-time 0
set-option -g allow-rename off
-is_vim='echo "#{pane_current_command}" | grep -iqE "(^|\/)g?(view|n?vim?)(diff)?$"'
+is_vim='echo "#{pane_current_command}" | grep -iqE "(^|\/)g?(view|n?vim?|mutt)(diff)?$"'
bind -n C-h if-shell "$is_vim" "send-keys C-h" "select-pane -L"
bind -n C-j if-shell "$is_vim" "send-keys C-j" "select-pane -D"
bind -n C-k if-shell "$is_vim" "send-keys C-k" "select-pane -U"