From 6d8b0a46f54125e7d6c8c2d5ac50f65918d8a768 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sat, 24 Oct 2015 13:52:08 -0700 Subject: [PATCH] Fix tmux syntax --- tag-tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 94ffc0e8..a9f9e892 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -70,7 +70,7 @@ bind Down resize-pane -D 4 # Easily nzoom back to Vim after zooming into runner pane # To zoom into tmux from Vim, do `zr` -bind C-u run if-shell "$is_vim" "select-pane -l" "resize-pane -Z" +bind C-u if-shell "$is_vim" "select-pane -l" "resize-pane -Z" # status bar set -g status-bg colour33