Skip to content

Commit 19e0cdb

Browse files
committed
shortcuts
1 parent 5fc72d7 commit 19e0cdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tui/model.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,6 +2849,10 @@ func (m Model) renderCliHint() string {
28492849

28502850
var hints string
28512851
switch {
2852+
case m.debugFocused && m.showDebug && m.debugDetailMode:
2853+
hints = cliHintBarStyle.Render(" • ↑ ↓ scroll shift+↑↓ page • c copy response • esc back to list • tab unfocus")
2854+
case m.debugFocused && m.showDebug:
2855+
hints = cliHintBarStyle.Render(" • ↑ ↓ navigate • enter detail / filter • tab unfocus")
28522856
case m.currentView == viewOrganizations:
28532857
hints = cliHintBarStyle.Render(" • enter projects d detail • c copy • ? help • q quit")
28542858
case m.currentView == viewProjects:

0 commit comments

Comments
 (0)