Skip to content

Commit

Permalink
Fix tmux syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Oct 24, 2015
1 parent 292deef commit 6d8b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag-tmux/tmux.conf
Expand Up @@ -70,7 +70,7 @@ bind Down resize-pane -D 4

# Easily <U>nzoom back to Vim after zooming into runner pane
# To zoom into tmux from Vim, do `<Leader>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
Expand Down

0 comments on commit 6d8b0a4

Please sign in to comment.