[tmux] updated prefix to use space
This commit is contained in:
parent
9a4ec34e87
commit
fcab17f5c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue