From bbded71918c4e47f5bc650f03b3a57402ccb93f8 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 20 Jan 2024 21:28:05 -0600 Subject: [PATCH] have F1 pull up the keybindings text + + --- debian/changelog | 7 +++++++ usr/share/byobu/keybindings/f-keys.tmux | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab0f21ce..82a2aace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +byobu (6.8) jammy; urgency=medium + + * usr/share/byobu/keybindings/f-keys.tmux: + - have F1 pull up the keybindings text + + -- Dustin Kirkland Sat, 20 Jan 2024 21:27:37 -0600 + byobu (6.7) released; urgency=medium * usr/bin/byobu.in: diff --git a/usr/share/byobu/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index 6a56aa89..fc2f4a5a 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -1,7 +1,7 @@ ############################################################################### # byobu's tmux f-key keybindings # -# Copyright (C) 2011-2014 Dustin Kirkland +# Copyright (C) 2011-2024 Dustin Kirkland # # Authors: Dustin Kirkland # @@ -26,7 +26,7 @@ source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable # Byobu's Keybindings # Documented in: $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt -bind-key -n F1 new-window -n config byobu-config +bind-key -n F1 new-window -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt'" bind-key -n S-F1 new-window -n help "sh -c '$BYOBU_PAGER $BYOBU_PREFIX/share/doc/byobu/help.tmux.txt'" bind-key -n F2 new-window -c "#{pane_current_path}" \; rename-window "-" bind-key -n C-F2 display-panes \; split-window -h -c "#{pane_current_path}"