diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,3 +57,5 @@ set -g default-terminal "screen-256color" # move tmux copy buffer into x clipboard bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" + +bind C new-session |