diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ 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 prefix C-s +bind s send-prefix unbind r bind r source-file ~/.tmux.conf |