diff options
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 \ |