mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
usr/share/byobu/keybindings/f-keys: make F1 also point to the menu,
along with F9; this might help in some tty environments outside of gnome-terminal
This commit is contained in:
parent
9680308375
commit
cc7328d15f
2 changed files with 5 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (3.4) unreleased; urgency=low
|
byobu (3.4) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/share/byobu/keybindings/f-keys: make F1 also point to the menu,
|
||||||
|
along with F9; this might help in some tty environments outside of
|
||||||
|
gnome-terminal
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 24 Aug 2010 18:21:14 -0400
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 24 Aug 2010 18:21:14 -0400
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,8 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# F-keys seem to work well in both gnome-terminal and tty consoles
|
# F-keys seem to work well in both gnome-terminal and tty consoles
|
||||||
# F1 | 'help' in gnome-terminal
|
bindkey -k k1 screen -t config 0 byobu-config # F1 | Configuration (along with F9)
|
||||||
|
# | since F1 = Help in gnome-terminal
|
||||||
bindkey -k k2 screen # F2 | Create new window
|
bindkey -k k2 screen # F2 | Create new window
|
||||||
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