From b123773ce17cbce71d5803636eed3b6026ed130c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 11 Oct 2012 14:21:43 +0900 Subject: [PATCH] always ask for command when creating new window in tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index e7ba6ae..8d40d52 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,7 +3,7 @@ unbind C-b set -g prefix C-z bind-key C-z send-prefix -bind-key C command-prompt "new-window '%%'" +bind-key c command-prompt "new-window '%%'" setw -g mode-keys vi set -g base-index 1