Skip to content

Instantly share code, notes, and snippets.

@ballistyx
Created July 11, 2014 09:53
Show Gist options
  • Save ballistyx/5e324a9c4e55c40365a9 to your computer and use it in GitHub Desktop.
Save ballistyx/5e324a9c4e55c40365a9 to your computer and use it in GitHub Desktop.
pane resizeing on tmux
# resize pane
# prefix key is Ctrl+t
# usage: Ctrl+t Alt+Up(↑)
bind-key -r M-Up resize-pane -U 5
bind-key -r M-Down resize-pane -D 5
bind-key -r M-Left resize-pane -L 20
bind-key -r M-Right resize-pane -R 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment