feat(tmux): change prefix to C-z
This commit is contained in:
@@ -168,9 +168,9 @@ set -g set-clipboard on
|
|||||||
# -n == no prefix
|
# -n == no prefix
|
||||||
|
|
||||||
# Prefix
|
# Prefix
|
||||||
set -g prefix C-Space
|
set -g prefix C-z
|
||||||
unbind C-b
|
unbind C-b
|
||||||
bind-key C-Space send-prefix
|
bind-key C-z 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