From 2033c97d65d648c999ec52165b6014d88a54c6e4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 23 Apr 2009 16:26:39 -0500 Subject: [PATCH] * keybindings/common, doc/help.txt: change F8 from advanced help to window re-titling (over time, this is far more useful than adv help) Signed-off-by: Dustin Kirkland --- debian/changelog | 7 +++++-- doc/help.txt | 2 +- keybindings/common | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9eb5e374..e3a9f6dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ screen-profiles (1.50) unreleased; urgency=low - * keybindings/common: add a carriage return to the F5-refresh keybinding + * keybindings/common, screen-profiles, select-screen-profile: add a + carriage return to the F5-refresh keybinding + * keybindings/common, doc/help.txt: change F8 from advanced help to + window re-titling (over time, this is far more useful than adv help) - -- Dustin Kirkland Thu, 23 Apr 2009 16:13:18 -0500 + -- Dustin Kirkland Thu, 23 Apr 2009 16:20:15 -0500 screen-profiles (1.49-0ubuntu1) jaunty; urgency=low diff --git a/doc/help.txt b/doc/help.txt index 182232d2..72c2e926 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -6,7 +6,7 @@ updates-available, system-load, cpu-info, memory-info, and date/time. F2 Create a new window | F6 Detach from the session F3 Go to the prev window | F7 Enter scrollback mode -F4 Go to the next window | F8 View all keybindings +F4 Go to the next window | F8 Re-title a window F5 Reload profile | F9 Configure screen-profiles | F12 Lock this terminal 'screen -r' - reattach | diff --git a/keybindings/common b/keybindings/common index 5306fe53..9a4870c4 100644 --- a/keybindings/common +++ b/keybindings/common @@ -39,7 +39,8 @@ register r "^a:source $HOME/.screen-profiles/profile^M" # | Goes with F5 def bindkey -k k5 process r # F5 | Reload profile bindkey -k k6 detach # F6 | Detach from this session bindkey -k k7 copy # F7 | Enter copy/scrollback mode -bindkey -k k8 help # F8 | Advanced help/keybindings +register t "^aA^aa^k" # | Goes with the F8 definition +bindkey -k k8 process t # F8 | Re-title a window bindkey -k k9 screen -t help 0 screen-profiles # F9 | Configuration # F10 | 'toolbar' in gnome-terminal # F11 | 'fullscreen' in gnome-terminal