diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-29 14:42:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-29 14:42:43 +0100 |
commit | 624c44b4badc14d3a5db8f4e6e7ab2a7c8ed2c6e (patch) | |
tree | 3f43ab68115a6bcdb33082881c8102f62fa1bea0 /tmux.conf | |
parent | 09441b0f818f3e73a1f5af9aeca299f2cf6b80e2 (diff) |
Minor changes
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |