Linux Bash 的 Windows 子系统 - 如何向上和向下分页?

HDa*_*ave 4 bash windows-subsystem-for-linux

标题说明了一切。也许这只是我的笔记本电脑,但我运行的是 Ubuntu 16.04 for WSL,并且没有按键组合允许我向上或向下翻页。我尝试了 Ctrl、Shift、PgUp、PgDn 和箭头键的每种组合。

小智 5

安装Windows 终端。它是 Windows 控制台的一个很好的替代品。打开其设置,将这些行添加到actions部分:

{ "command": "scrollUpPage", "keys": "shift+pageup" },
{ "command": "scrollDownPage", "keys": "shift+pagedown" },
Run Code Online (Sandbox Code Playgroud)