From a807da2656ab08fd66860d9b0f319794d439af45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 8 Aug 2024 17:47:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tmux):=20activating=20key=20?= =?UTF-8?q?without=20prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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