From 483050df42daec57787742a2609243e7b98f09b1 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 16 Dec 2008 15:32:28 -0600 Subject: [PATCH] ctrl-a c opens new window and prompts for name Thanks Shiva Persaud! --- debian/changelog | 5 +++-- profiles/common | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a821cf1..91b569a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -screen-profiles (1.0~ppa13) jaunty; urgency=low +screen-profiles (1.0) UNRELEASED; urgency=low [ Dustin Kirkland ] * Initial upload - ubuntu, debian, redhat, fedora profiles - select-screen-profile utility - add dependency on gettext-base (LP: #308509) - define 10,000 lines of scrollback + - ctrl-a c opens new window and prompts for name [ Nicolas Barcet ] * Allow local modification of .screenrc (LP: #308216) * Add some nice defaults to ubuntu.screenrc - -- Dustin Kirkland Tue, 16 Dec 2008 14:37:29 -0600 + -- Dustin Kirkland Tue, 16 Dec 2008 15:31:47 -0600 diff --git a/profiles/common b/profiles/common index 6b591aaf..92a79410 100644 --- a/profiles/common +++ b/profiles/common @@ -40,3 +40,7 @@ bindkey "\033[Z" next # Ctrl+PgUp and Ctrl+PgDn to change windows bindkey ^[[5;5~ prev bindkey ^[[6;5~ next +# Prompt for window title on "ctrl-a c" +register n "^a^c ^aA" +bind c process n +