mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
display help.txt by default and some cosmetic changes
This commit is contained in:
parent
5ee3089853
commit
e486a774ef
3 changed files with 11 additions and 7 deletions
1
debian/docs
vendored
1
debian/docs
vendored
|
@ -1 +1,2 @@
|
|||
README
|
||||
doc/help.txt
|
||||
|
|
|
@ -34,3 +34,6 @@ hardstatus alwayslastline
|
|||
termcapinfo xterm ti@:te@
|
||||
defscrollback 10000
|
||||
|
||||
# Default windows
|
||||
screen -t bash 1
|
||||
screen -t welcome 0 less /usr/share/doc/screen-profiles/help.txt
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
escape ^Gg
|
||||
|
||||
# Maps for next and previous windows
|
||||
bindkey "\033[Z" next # Shift-tab | next window
|
||||
bindkey ^[[6;5~ prev # Ctrl-pgup | previous window
|
||||
bindkey ^[[5;5~ next # Ctrl-pgdn | next window
|
||||
bindkey "\033[Z" next # Shift-tab | Next window
|
||||
bindkey ^[[6;5~ prev # C-pgup | Previous window
|
||||
bindkey ^[[5;5~ next # C-pgdn | Pext window
|
||||
|
||||
# Maps to create and remove windows
|
||||
register n "^g^c ^gA"
|
||||
bindkey -k k4 process n # F4 | create new window
|
||||
bindkey -k k6 kill # F6 | close window
|
||||
bindkey -k k4 process n # F4 | Create new window
|
||||
bindkey -k k6 kill # F6 | Close window
|
||||
|
||||
# Maps for help
|
||||
bindkey -k k1 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help
|
||||
bindkey -k k1 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help (this)
|
||||
bindkey -k k2 help # F2 | Advanced help
|
||||
|
||||
# power detach
|
||||
register x "^g^d D"
|
||||
bindkey ^[[3;6~ process x # shift-ctrl-del | Detach and logout
|
||||
bindkey ^[[3;6~ process x # C-shift-del | Detach and logout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue