summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 64a2eb7..86779a7 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -22,7 +22,8 @@ set -g @tpm_plugins ' \
'
set -g @resurrect-strategy-vim 'session'
-set -g @resurrect-processes '"grunt->grunt serve"'
+set -g @resurrect-save 'S'
+set -g @resurrect-restore 'R'
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"