びょうぶウィンドウで何かを見つける方法はありますか?


13

ctrl-fby風ウィンドウ内で式(コマンドなど)を見つける方法はありますか?

回答:


23

押して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 backword
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.