mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* 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
This commit is contained in:
parent
1d3aaed67d
commit
c18f65c957
5 changed files with 6 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -113,6 +113,10 @@ byobu (4.18) unreleased; urgency=low
|
|||
- standardize the seeding of the local user's configuration
|
||||
* usr/bin/byobu-status, usr/bin/byobu-statusd, usr/lib/byobu/logo:
|
||||
- re-source constants in case of upgrades
|
||||
* 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
|
||||
|
||||
[ 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 'process x' 'process r' # F5 | Reload profile
|
||||
bindkey -k k5 eval 'exec killall 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
|
||||
|
|
|
@ -25,4 +25,3 @@
|
|||
source $BYOBU_CONFIG_DIR/profile
|
||||
source $BYOBU_WINDOWS
|
||||
source $HOME/.byoburc
|
||||
backtick 1000 0 0 byobu-statusd
|
||||
|
|
|
@ -32,6 +32,7 @@ backtick 10 9999999 9999999 byobu-janitor
|
|||
backtick 11 9999999 9999999 printf "\005-1="
|
||||
backtick 12 9999999 9999999 byobu-status color
|
||||
backtick 13 0 0 byobu-status notify_osd
|
||||
backtick 1000 0 0 byobu-statusd
|
||||
backtick 1001 1 1 byobu-status-print 1
|
||||
backtick 1002 1 1 byobu-status-print 2
|
||||
backtick 1003 1 1 byobu-status-print 3
|
||||
|
|
|
@ -25,4 +25,3 @@
|
|||
source $BYOBU_CONFIG_DIR/profile
|
||||
source $BYOBU_WINDOWS
|
||||
source $HOME/.screenrc
|
||||
backtick 1000 0 0 byobu-statusd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue