diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 09:31:36 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 09:31:36 +0100 |
commit | a16570887685c4efaf3fd51efbd16eabc39f39d2 (patch) | |
tree | 1f2f9c807343c712805930de2940c2eabb766c0c /tmux.conf | |
parent | 009eea178c6e3e147094bd1cede35b0dae8d6b90 (diff) |
changed tmux prefix
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |