mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-keybindings:
- fix toggling of f-keys
This commit is contained in:
parent
e3dadc3e05
commit
493f597d56
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -10,6 +10,10 @@ byobu (5.74) unreleased; urgency=low
|
||||||
- add support for yet another batter type (Android)
|
- add support for yet another batter type (Android)
|
||||||
- thanks to Felix Krull for the initial patch
|
- thanks to Felix Krull for the initial patch
|
||||||
|
|
||||||
|
[ Daniel Hahler ]
|
||||||
|
* usr/bin/byobu-keybindings:
|
||||||
|
- fix toggling of f-keys
|
||||||
|
|
||||||
[ Ryo ONODERA ]
|
[ Ryo ONODERA ]
|
||||||
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
|
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
|
||||||
byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,
|
byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
case "$BYOBU_BACKEND" in
|
case "$BYOBU_BACKEND" in
|
||||||
"tmux")
|
"tmux")
|
||||||
enabled=$(tmux list-keys | grep "f-keys.tmux.disable$")
|
enabled=$(tmux list-keys | grep "f-keys.tmux.disable ;")
|
||||||
if [ -n "$enabled" ]; then
|
if [ -n "$enabled" ]; then
|
||||||
tmux source "$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable"
|
tmux source "$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable"
|
||||||
echo "Byobu keybindings: [OFF]"
|
echo "Byobu keybindings: [OFF]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue