mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
ctrl-a c opens new window and prompts for name
Thanks Shiva Persaud!
This commit is contained in:
parent
952500313a
commit
483050df42
2 changed files with 7 additions and 2 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,13 +1,14 @@
|
||||||
screen-profiles (1.0~ppa13) jaunty; urgency=low
|
screen-profiles (1.0) UNRELEASED; urgency=low
|
||||||
[ Dustin Kirkland ]
|
[ Dustin Kirkland ]
|
||||||
* Initial upload
|
* Initial upload
|
||||||
- ubuntu, debian, redhat, fedora profiles
|
- ubuntu, debian, redhat, fedora profiles
|
||||||
- select-screen-profile utility
|
- select-screen-profile utility
|
||||||
- add dependency on gettext-base (LP: #308509)
|
- add dependency on gettext-base (LP: #308509)
|
||||||
- define 10,000 lines of scrollback
|
- define 10,000 lines of scrollback
|
||||||
|
- ctrl-a c opens new window and prompts for name
|
||||||
|
|
||||||
[ Nicolas Barcet ]
|
[ Nicolas Barcet ]
|
||||||
* Allow local modification of .screenrc (LP: #308216)
|
* Allow local modification of .screenrc (LP: #308216)
|
||||||
* Add some nice defaults to ubuntu.screenrc
|
* Add some nice defaults to ubuntu.screenrc
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 16 Dec 2008 14:37:29 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 16 Dec 2008 15:31:47 -0600
|
||||||
|
|
|
@ -40,3 +40,7 @@ bindkey "\033[Z" next
|
||||||
# Ctrl+PgUp and Ctrl+PgDn to change windows
|
# Ctrl+PgUp and Ctrl+PgDn to change windows
|
||||||
bindkey ^[[5;5~ prev
|
bindkey ^[[5;5~ prev
|
||||||
bindkey ^[[6;5~ next
|
bindkey ^[[6;5~ next
|
||||||
|
# Prompt for window title on "ctrl-a c"
|
||||||
|
register n "^a^c ^aA"
|
||||||
|
bind c process n
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue