🐛 fix(tmux): activating key without prefix

This commit is contained in:
Sergio Laín 2024-08-08 17:47:46 +02:00
parent 7bfbd94866
commit a807da2656
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -4,7 +4,7 @@ set -g prefix M-Space
bind Space send-prefix
# 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
setw -g mode-keys vi