mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/bin/byobu-keybindings, usr/bin/Makefile.am,
usr/share/man/man1/byobu-keybindings.1, usr/share/man/man1/Makefile.am: LP: #1118755 - added a new executable and manpage: byobu-keybindings - this is a command line utility for toggling Byobu's keybindings on an off - useful when Shift-F12 is not usable (Linux console tty), and when ctrl-a-! is not usable (tmux)
This commit is contained in:
parent
4e9065ed71
commit
6d69a7ba0a
5 changed files with 83 additions and 2 deletions
|
@ -1 +1 @@
|
|||
man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-layout.1 byobu-quiet.1 byobu-reconnect-sockets.1 byobu-screen.1 byobu-select-backend.1 byobu-select-profile.1 byobu-select-session.1 byobu-shell.1 byobu-silent.1 byobu-status.1 byobu-status-detail.1 byobu-tmux.1
|
||||
man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-keybindings.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-layout.1 byobu-quiet.1 byobu-reconnect-sockets.1 byobu-screen.1 byobu-select-backend.1 byobu-select-profile.1 byobu-select-session.1 byobu-shell.1 byobu-silent.1 byobu-status.1 byobu-status-detail.1 byobu-tmux.1
|
||||
|
|
26
usr/share/man/man1/byobu-keybindings.1
Normal file
26
usr/share/man/man1/byobu-keybindings.1
Normal file
|
@ -0,0 +1,26 @@
|
|||
.TH byobu-keybindings 1 "7 May 2013" byobu "byobu"
|
||||
.SH NAME
|
||||
byobu-keybindings \- toggle on/off Byobu's keybindings
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBbyobu-keybindings\fP
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu-keybindings\fP toggles on and off Byobu's keybindings in the current \fBtmux\fP(1) or \fBscreen\fP(1) session. It will only operate against the current session.
|
||||
|
||||
This executable is provided as an alternative to pressing <Shift>-F12, and is useful in environments where <Shift>-F12 does not work (e.g., on the Linux console TTY).
|
||||
|
||||
Some Byobu users toggle these keybindings when they interfere with other programs using the same keybindings (e.g., \fBmc\fP(1)).
|
||||
|
||||
.SH SEE ALSO
|
||||
.PD 0
|
||||
.TP
|
||||
\fBscreen\fP(1), \fBtmux\fP(1), \fBbyobu\fP(1), \fBmc\fP(1)
|
||||
.TP
|
||||
\fBhttp://byobu.co\fP
|
||||
.PD
|
||||
|
||||
.SH AUTHOR
|
||||
This manpage and utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||
|
||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
Loading…
Add table
Add a link
Reference in a new issue