* 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 <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-23 16:26:39 -05:00
commit 2033c97d65
3 changed files with 8 additions and 4 deletions

7
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Thu, 23 Apr 2009 16:13:18 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 23 Apr 2009 16:20:15 -0500
screen-profiles (1.49-0ubuntu1) jaunty; urgency=low

View file

@ -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 |

View file

@ -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