Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active June 23, 2016 06:18
Show Gist options
  • Save diewland/38268a009dde34c2ac1e to your computer and use it in GitHub Desktop.
Save diewland/38268a009dde34c2ac1e to your computer and use it in GitHub Desktop.
My tmux config
bind j resize-pane -D 5
bind k resize-pane -U 5
bind h resize-pane -L 5
bind l resize-pane -R 5
set -g mouse on
# scroll mouse wheel --> Ctrl-B + [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment