mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
added help.txt with default keybindings (not sure if this is a good idea yet)
also make apt-check use human-readable
This commit is contained in:
parent
d957ec25e6
commit
94bb0261ec
2 changed files with 30 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
u=
|
||||
if [ -x /usr/lib/update-notifier/apt-check ]; then
|
||||
u=`/usr/lib/update-notifier/apt-check 2>&1 | tail -n 1 | sed "s/;.*$//"`
|
||||
u=`/usr/lib/update-notifier/apt-check --human-readable 2>&1 | sed "s/;.*$//"`
|
||||
elif [ -x /usr/bin/apt-get ]; then
|
||||
u=`/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst`
|
||||
elif [ -x /usr/bin/yum ]; then
|
||||
|
|
29
doc/help.txt
Normal file
29
doc/help.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Screen key bindings, page 1 of 1.
|
||||
Command key: ^A Literal ^A: a
|
||||
|
||||
break ^B b license , removebuf =
|
||||
clear C lockscreen ^X x reset Z
|
||||
colon : log H screen ^C c
|
||||
copy ^[ [ login L select '
|
||||
detach ^D d meta a silence _
|
||||
digraph ^V monitor M split S
|
||||
displays * next ^@ ^N sp n suspend ^Z z
|
||||
dumptermcap . number N time ^T t
|
||||
fit F only Q title A
|
||||
flow ^F f other ^A vbell ^G
|
||||
focus ^I pow_break B version v
|
||||
hardcopy h pow_detach D width W
|
||||
help ? prev ^H ^P p ^? windows ^W w
|
||||
history { } quit \ wrap ^R r
|
||||
info i readbuf < writebuf >
|
||||
kill K k redisplay ^L l xoff ^S s
|
||||
lastmsg ^M m remove X xon ^Q q
|
||||
|
||||
paste . ^] windowlist " select - -
|
||||
select 0 0 select 1 1 select 2 2
|
||||
select 3 3 select 4 4 select 5 5
|
||||
select 6 6 select 7 7 select 8 8
|
||||
select 9 9 login on I login off O
|
||||
paste . ] split -v | focus up :kB:
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue