summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-22 09:31:36 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-22 09:31:36 +0100
commita16570887685c4efaf3fd51efbd16eabc39f39d2 (patch)
tree1f2f9c807343c712805930de2940c2eabb766c0c
parent009eea178c6e3e147094bd1cede35b0dae8d6b90 (diff)
changed tmux prefix
-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 \