mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
killall byobu-statusd owned by user before refreshing
This commit is contained in:
parent
c18f65c957
commit
9753aed3a8
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -116,7 +116,7 @@ byobu (4.18) unreleased; urgency=low
|
|||
* usr/share/byobu/keybindings/f-keys,
|
||||
usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/common,
|
||||
usr/share/byobu/profiles/screenrc:
|
||||
- killall byobu-statusd before refreshing
|
||||
- killall byobu-statusd owned by user before refreshing
|
||||
|
||||
[ James Spencer ]
|
||||
* usr/lib/byobu/.constants:
|
||||
|
|
|
@ -31,7 +31,7 @@ bindkey -k k2 $BYOBU_BACKEND # F2 | Create new window
|
|||
bindkey -k k3 eval 'prev' 'fit' # F3 | Previous Window
|
||||
bindkey -k k4 eval 'next' 'fit' # F4 | Next Window
|
||||
register r ":source $BYOBU_CONFIG_DIR/profile^M" # | Goes with F5 definition
|
||||
bindkey -k k5 eval 'exec killall byobu-statusd' 'process x' 'process r' # F5 | Reload profile
|
||||
bindkey -k k5 eval 'exec killall -u byobu-statusd' 'process x' 'process r' # F5 | Reload profile
|
||||
bindkey -k k6 detach # F6 | Detach from this session
|
||||
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
||||
register t "A^[OH^k^h" # | Goes with the F8 definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue