我只是没有得到 byobu 的键绑定系统,或者?

tim*_*ich 5 byobu

他们只是不工作。我什至不知道从哪里开始,甚至在这里提供什么信息等等。谁能帮我使默认的键绑定工作?

当我这样做Ctrl + a,然后Shift + /,它会列出键绑定,不匹配的配置文件指向(F-keys.tmux)什么。我对这个感到厌烦了。任何人都可以帮忙吗?我想要做的就是能够在网上搜索键绑定,并能够应用它们。如果我Ctrl + a那么做Shift + f2,什么都不会发生。如果我这样做Shift + F2,什么都不会发生。它应该分裂窗格!

我正在使用腻子。

Dus*_*and 12

Byobu 的键绑定保证在 Ubuntu 中使用 gnome-terminal 完美运行。

Ubuntu 中的其他终端,如 Terminator、xterm、konsole 等,应该可以很好地工作,但可能缺少一些仅在 gnome-terminal 中才能找到的功能。

其他操作系统(Windows、Mac)和其他终端(iTerm2、Putty)很难支持,可能会也可能不会很好地工作。

您可以在https://www.byobu.org/上找到约 10 分钟的“入门”视频,该视频将引导您了解最常见的 Byobu 工作流程和键绑定。

此外,您可以在 Byobu 中随时按Shift-F1以显示按键绑定提示屏幕。我会为您复制并粘贴这些内容,以防万一Shift-F1不适合您:

Byobu is a suite of enhancements to tmux, as a command line
tool providing live system status, dynamic window management,
and some convenient keybindings:

  F1                             * Used by X11 *
    Shift-F1                     Display this help
  F2                             Create a new window
    Shift-F2                     Create a horizontal split
    Ctrl-F2                      Create a vertical split
    Ctrl-Shift-F2                Create a new session
  F3/F4                          Move focus among windows
    Alt-Left/Right               Move focus among windows
    Alt-Up/Down                  Move focus among sessions
    Shift-Left/Right/Up/Down     Move focus among splits
    Shift-F3/F4                  Move focus among splits
    Ctrl-F3/F4                   Move a split
    Ctrl-Shift-F3/F4             Move a window
    Shift-Alt-Left/Right/Up/Down Resize a split
  F5                             Reload profile, refresh status
    Alt-F5                       Toggle UTF-8 support, refresh status
    Shift-F5                     Toggle through status lines
    Ctrl-F5                      Reconnect ssh/gpg/dbus sockets
    Ctrl-Shift-F5                Change status bar's color randomly
  F6                             Detach session and then logout
    Shift-F6                     Detach session and do not logout
    Alt-F6                       Detach all clients but yourself
    Ctrl-F6                      Kill split in focus
  F7                             Enter scrollback history
    Alt-PageUp/PageDown          Enter and move through scrollback
    Shift-F7                     Save history to $BYOBU_RUN_DIR/printscreen
  F8                             Rename the current window
    Ctrl-F8                      Rename the current session
    Shift-F8                     Toggle through split arrangements
    Alt-Shift-F8                 Restore a split-pane layout
    Ctrl-Shift-F8                Save the current split-pane layout
  F9                             Launch byobu-config window
    Ctrl-F9                      Enter command and run in all windows
    Shift-F9                     Enter command and run in all splits
    Alt-F9                       Toggle sending keyboard input to all splits
  F10                            * Used by X11 *
  F11                            * Used by X11 *
    Alt-F11                      Expand split to a full window
    Shift-F11                    Zoom into a split, zoom out of a split
    Ctrl-F11                     Join window into a vertical split
  F12                            Escape sequence
    Shift-F12                    Toggle on/off Byobu's keybindings
    Alt-F12                      Toggle on/off Byobu's mouse support
    Ctrl-Shift-F12               Mondrian squares
/usr/share/doc/byobu/help.tmux.txt (END)
Run Code Online (Sandbox Code Playgroud)

完全披露:我是Byobu的作者和维护者。


小智 0

我唯一一次遇到 byobu 键绑定不起作用的情况是当有另一个程序首先获取这些键时。例如,我认为您的 Shift+F2 按键被桌面环境而不是 byobu 捕获。我假设它们已经映射到您的 DE 中的其他内容。