ctrl-f有没有办法在 byobu 窗口内找到表达式(如命令)?
答案1
按F7, 或Alt- PgUp Alt-PgDown输入byobu
回滚模式。这允许您使用类似命令浏览过去的输出vi
。以下是移动命令的快速列表:
h - Move the cursor left by one character
j - Move the cursor down by one line
k - Move the cursor up by one line
l - Move the cursor right by one character
0 - Move to the beginning of the current line
$ - Move to the end of the current line
G - Moves to the specified line (defaults to the end of the buffer)
ctrl + b - Page up
ctrl + f - Page down
/ - Search forward
? - Search backward
n - Moves to the next match, either forward or backward
N - Moves to the previous match, either forward or backward