Created
January 2, 2014 16:21
-
-
Save jakelazaroff/8221723 to your computer and use it in GitHub Desktop.
Some screen key bindings for tmux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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