Skip to content

Instantly share code, notes, and snippets.

@jamesdoherty
Last active September 26, 2022 20:40
Show Gist options
  • Save jamesdoherty/3e0b6483d5eb5343a00d to your computer and use it in GitHub Desktop.
Save jamesdoherty/3e0b6483d5eb5343a00d to your computer and use it in GitHub Desktop.
# prefix + C-a to cycle between previous used sessions
bind C-b last-window
# Increase scrollback buffer size
set -g history-limit 50000
# Allow us to reload our Tmux configuration while
# using Tmux
bind r source-file ~/.tmux.conf \; display "Reloaded!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment