🐛 fix(tmux): activating key without prefix
This commit is contained in:
parent
7bfbd94866
commit
a807da2656
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -g prefix M-Space
|
||||||
bind Space send-prefix
|
bind Space send-prefix
|
||||||
|
|
||||||
# Config reload
|
# Config reload
|
||||||
bind-key -n R source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded"
|
bind R source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded"
|
||||||
|
|
||||||
# Vim mode
|
# Vim mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
Loading…
Add table
Reference in a new issue