summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index eda1d93..f34bfca 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -3,6 +3,10 @@ set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
+unbind C-b
+set -g prefix C-Space
+bind Space send-prefix
+
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \