mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 20:42:10 -07:00
have F1 pull up the keybindings text
+ +
This commit is contained in:
parent
cf44bfc895
commit
bbded71918
2 changed files with 9 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Sat, 20 Jan 2024 21:27:37 -0600
|
||||
|
||||
byobu (6.7) released; urgency=medium
|
||||
|
||||
* usr/bin/byobu.in:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
###############################################################################
|
||||
# byobu's tmux f-key keybindings
|
||||
#
|
||||
# Copyright (C) 2011-2014 Dustin Kirkland <kirkland@byobu.org>
|
||||
# Copyright (C) 2011-2024 Dustin Kirkland <kirkland@byobu.org>
|
||||
#
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
||||
#
|
||||
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue