Skip to content

Instantly share code, notes, and snippets.

@johnteee
Forked from jakelazaroff/.tmux.conf
Created July 7, 2017 03:42
Show Gist options
  • Save johnteee/27e591959df1f11c2ad5d129cc519d74 to your computer and use it in GitHub Desktop.
Save johnteee/27e591959df1f11c2ad5d129cc519d74 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