From e10e337afd44703913890c29bf3c80352a768e0c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 19 May 2015 22:55:11 +0200 Subject: [PATCH] New bind-key (C-t) to create a new-session. --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 584a760..ee12355 100644 --- a/tmux.conf +++ b/tmux.conf @@ -165,6 +165,10 @@ bind C-s set-window-option synchronize-panes # Lister les liens présents dans une fenêtre tmux (nécessite l'installation de urlview) bind-key u capture-pane \; save-buffer ~/.tmux/.tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < ~/.tmux/.tmux-buffer"' +# Create a new session +unbind C-t +bind C-t command-prompt "new-session " + # Recharger la configuration de tmux unbind R bind-key R source-file ~/.tmux/tmux.conf