mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
fix Bug #317558
This commit is contained in:
parent
8b1be3bca5
commit
7fe79807e8
2 changed files with 6 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -3,7 +3,11 @@ screen-profiles (1.9) UNRELEASED; urgency=low
|
||||||
[Nicolas Barcet]
|
[Nicolas Barcet]
|
||||||
* use gettext in screen-profiles-helper (LP: #317245)
|
* 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
|
screen-profiles (1.8-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
# with emacs' ctrl-a
|
# with emacs' ctrl-a
|
||||||
escape ^Gg
|
escape ^Gg
|
||||||
# F1 -> 'help' in gnome-terminal
|
# 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 k2 process n # F2 | Create new window (and name it)
|
||||||
bindkey -k k3 prev # F3 | Previous Window
|
bindkey -k k3 prev # F3 | Previous Window
|
||||||
bindkey -k k4 next # F4 | Next Window
|
bindkey -k k4 next # F4 | Next Window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue