diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:54:41 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | ff6ff40871974907aeb3e41cb07e99998ff3e1bb (patch) | |
tree | 1a5f5813554b4b7232845dcddc50f2ba4089f02d /.tmux.conf | |
parent | Fix tmux -> X11 clipboard shortcuts (diff) |
Add tmux binding for creating sessions
Diffstat (limited to '.tmux.conf')
-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 |