We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366913c commit bb1985bCopy full SHA for bb1985b
2 files changed
cecli/tui/app.py
@@ -205,8 +205,8 @@ def _get_config(self):
205
"cycle_backward": "shift+tab",
206
"input_start": "ctrl+home",
207
"input_end": "ctrl+end",
208
- "output_up": "ctrl+pageup",
209
- "output_down": "ctrl+pagedown",
+ "output_up": "shift+pageup",
+ "output_down": "shift+pagedown",
210
"editor": "ctrl+o",
211
"history": "ctrl+r",
212
"focus": "ctrl+f",
cecli/website/docs/config/tui.md
@@ -61,8 +61,8 @@ tui-config:
61
cycle_backward: "shift+tab"
62
input_start: "ctrl+home"
63
input_end: "ctrl+end"
64
- output_up: "ctrl+pageup"
65
- output_down: "ctrl+pagedown"
+ output_up: "shift+pageup"
+ output_down: "shift+pagedown"
66
focus: "ctrl+f"
67
cancel: "ctrl+c"
68
clear: "ctrl+l"
0 commit comments