aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-07-25 07:54:41 -0400
committerRyan Kavanagh <rak@debian.org>2013-07-25 08:45:09 -0400
commitff6ff40871974907aeb3e41cb07e99998ff3e1bb (patch)
tree1a5f5813554b4b7232845dcddc50f2ba4089f02d /.tmux.conf
parentFix tmux -> X11 clipboard shortcuts (diff)
Add tmux binding for creating sessions
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
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