Skip to content

Instantly share code, notes, and snippets.

@bsiegert
Created July 15, 2017 19:30
Show Gist options
  • Save bsiegert/5fb90a2e78a0f267052bdda018a21f5f to your computer and use it in GitHub Desktop.
Save bsiegert/5fb90a2e78a0f267052bdda018a21f5f to your computer and use it in GitHub Desktop.
Make tmux more like screen
unbind C-b
set -g prefix C-a
bind-key C-a last-window
bind a send-prefix
bind-key ' ' next-window
bind-key bspace previous-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment