From 619b4efd7facfd5ce4339d32d75557500f57d055 Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:16:18 +0100 Subject: [PATCH] Remove unbind -r from tmux.conf This prevented starting a tmux session on raspberry --- bootstrap/dotfiles/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/dotfiles/.tmux.conf b/bootstrap/dotfiles/.tmux.conf index 75b23c3..3c08ea3 100644 --- a/bootstrap/dotfiles/.tmux.conf +++ b/bootstrap/dotfiles/.tmux.conf @@ -26,7 +26,7 @@ unbind -n MouseDrag1Pane unbind -Tcopy-mode MouseDrag1Pane # Bind config reload to `prefix - r` -unbind -r +# unbind -r bind r source-file ~/.tmux.conf