Skip to content

Commit bb1985b

Browse files
author
Your Name
committed
Shift is the terminal standard so that's what we'll keep
1 parent 366913c commit bb1985b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cecli/tui/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ def _get_config(self):
205205
"cycle_backward": "shift+tab",
206206
"input_start": "ctrl+home",
207207
"input_end": "ctrl+end",
208-
"output_up": "ctrl+pageup",
209-
"output_down": "ctrl+pagedown",
208+
"output_up": "shift+pageup",
209+
"output_down": "shift+pagedown",
210210
"editor": "ctrl+o",
211211
"history": "ctrl+r",
212212
"focus": "ctrl+f",

cecli/website/docs/config/tui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ tui-config:
6161
cycle_backward: "shift+tab"
6262
input_start: "ctrl+home"
6363
input_end: "ctrl+end"
64-
output_up: "ctrl+pageup"
65-
output_down: "ctrl+pagedown"
64+
output_up: "shift+pageup"
65+
output_down: "shift+pagedown"
6666
focus: "ctrl+f"
6767
cancel: "ctrl+c"
6868
clear: "ctrl+l"

0 commit comments

Comments
 (0)