From 624c44b4badc14d3a5db8f4e6e7ab2a7c8ed2c6e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 29 Apr 2015 14:42:43 +0100 Subject: Minor changes --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.conf') 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" -- cgit v1.2.3