Skip to content

Instantly share code, notes, and snippets.

@jakelazaroff
Created January 2, 2014 16:21
Show Gist options
  • Save jakelazaroff/8221723 to your computer and use it in GitHub Desktop.
Save jakelazaroff/8221723 to your computer and use it in GitHub Desktop.
Some screen key bindings for tmux.
# set prefix to ctrl+a
unbind C-b
set -g prefix C-a
bind a send-prefix
# use space to cycle between windows
bind-key C-a last-window
bind-key Space next-window
bind-key C-Space previous-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment