From ff6ff40871974907aeb3e41cb07e99998ff3e1bb Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 25 Jul 2013 07:54:41 -0400 Subject: Add tmux binding for creating sessions --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 52d1bdf..e712f96 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 -- cgit v1.2.3