diff --git a/.config/tmux/conf/binds.conf b/.config/tmux/conf/binds.conf index 09faf4ba..340127ab 100644 --- a/.config/tmux/conf/binds.conf +++ b/.config/tmux/conf/binds.conf @@ -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