Skip to content

Instantly share code, notes, and snippets.

@sjahl
Created March 30, 2012 14:15
Show Gist options
  • Save sjahl/2251802 to your computer and use it in GitHub Desktop.
Save sjahl/2251802 to your computer and use it in GitHub Desktop.
tmux resize VI bindings
bind-key J resize-pane -D 5
bind-key K resize-pane -U 5
bind-key H resize-pane -L 5
bind-key L resize-pane -R 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment