reintroduce "? for shortcuts" (#4364)

Reverts openai/codex#4362
This commit is contained in:
Ahmed Ibrahim
2025-09-29 16:35:47 -07:00
committed by GitHub
parent 80ccec6530
commit 98efd352ae
25 changed files with 609 additions and 298 deletions

View File

@@ -11,4 +11,4 @@ expression: terminal.backend()
" "
" "
" "
" ⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" ? for shortcuts "

View File

@@ -11,4 +11,4 @@ expression: terminal.backend()
" "
" "
" "
" ⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" ? for shortcuts "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" ctrl + c again to interrupt "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" ctrl + c again to quit "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" esc esc to edit previous message "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" esc again to edit previous message "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" esc esc to edit previous message "

View File

@@ -0,0 +1,13 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" esc again to edit previous message "

View File

@@ -0,0 +1,15 @@
---
source: tui/src/bottom_pane/chat_composer.rs
expression: terminal.backend()
---
" "
" Ask Codex to do anything "
" "
" "
" "
" "
" "
" "
" / for commands shift + enter for newline shift + tab to change mode "
" @ for file paths ctrl + v to paste images esc again to edit previous message "
" ctrl + c to exit ctrl + t to view transcript "

View File

@@ -11,4 +11,4 @@ expression: terminal.backend()
" "
" "
" "
" ⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" ? for shortcuts "

View File

@@ -11,4 +11,4 @@ expression: terminal.backend()
" "
" "
" "
" ⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" ? for shortcuts "

View File

@@ -11,4 +11,4 @@ expression: terminal.backend()
" "
" "
" "
" ⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" ? for shortcuts "

View File

@@ -2,6 +2,4 @@
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
" ⌃C again to quit "
" "
" "
" ctrl + c again to quit "

View File

@@ -2,6 +2,4 @@
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
" ⌃C again to interrupt "
" "
" "
" ctrl + c again to interrupt "

View File

@@ -0,0 +1,5 @@
---
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
" esc esc to edit previous message "

View File

@@ -0,0 +1,5 @@
---
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
" esc again to edit previous message "

View File

@@ -2,6 +2,4 @@
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
"⏎ send ⌃J newline ⌃T transcript ⌃C quit "
" "
" "
"? for shortcuts "

View File

@@ -2,6 +2,6 @@
source: tui/src/bottom_pane/footer.rs
expression: terminal.backend()
---
"⏎ send ⇧⏎ newline ⌃T transcript ⌃C quit Esc edit prev 4.20K tokens use"
" "
" "
" / for commands shift + enter for newline shift + tab to change m"
" @ for file paths ctrl + v to paste images esc again to edit previ"
" ctrl + c to exit ctrl + t to view transcript "