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