diff options
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e250d1e..c268025 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,6 +3,7 @@ unbind r bind r source-file ~/.tmux.conf bind s send-prefix +bind C-s send-prefix bind C-n next-window bind C-p previous-window bind -n C-Left previous-window |