mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
F1 was not working
This commit is contained in:
parent
2de829857a
commit
e01191cdaa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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 (this)
|
||||
bindkey -k k1 screen -t help 0 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help (this)
|
||||
bindkey -k k2 help # F2 | Advanced help
|
||||
|
||||
# power detach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue