[tmux] updated prefix to use space

This commit is contained in:
Josh Sherman 2017-02-09 13:32:38 -06:00
parent 9a4ec34e87
commit fcab17f5c1
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -10,8 +10,8 @@ set -g pane-base-index 1
# Remap prefix to Control + \
unbind-key C-b
set -g prefix 'C-\'
bind-key 'C-\' send-prefix
set -g prefix 'C-Space'
bind-key 'C-Space' send-prefix
# Force a reload of the config file
bind r source-file ~/.tmux.conf