feat(tmux): change prefix key to C-Space
This commit is contained in:
@@ -167,6 +167,11 @@ set -g set-clipboard on
|
|||||||
# -r == repeatable
|
# -r == repeatable
|
||||||
# -n == no prefix
|
# -n == no prefix
|
||||||
|
|
||||||
|
# Prefix
|
||||||
|
set -g prefix C-Space
|
||||||
|
unbind C-b
|
||||||
|
bind-key C-Space send-prefix
|
||||||
|
|
||||||
# Reload config
|
# Reload config
|
||||||
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.config/tmux/tmux.conf reloaded"
|
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.config/tmux/tmux.conf reloaded"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user