This commit is contained in:
Dustin Kirkland 2009-01-15 10:51:34 -06:00
commit 7fe79807e8
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View file

@ -3,7 +3,11 @@ screen-profiles (1.9) UNRELEASED; urgency=low
[Nicolas Barcet]
* use gettext in screen-profiles-helper (LP: #317245)
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 12 Jan 2009 09:11:30 -0600
[ Dustin Kirkland ]
* keybindings/common: fix leading whitespace on new window creation
LP: #317558
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 15 Jan 2009 10:50:50 -0600
screen-profiles (1.8-0ubuntu1) jaunty; urgency=low

View file

@ -34,7 +34,7 @@
# with emacs' ctrl-a
escape ^Gg
# F1 -> 'help' in gnome-terminal
register n "^g^c ^gA" # Goes with the F2 definition
register n "^g^c^gA" # Goes with the F2 definition
bindkey -k k2 process n # F2 | Create new window (and name it)
bindkey -k k3 prev # F3 | Previous Window
bindkey -k k4 next # F4 | Next Window