Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
bin: Add help for container section focus with index
Erik Kundt committed 3 months ago
commit 7fef68cd4a9ffc50a54ad09843ea77c9e36cb409
parent b3b2408
3 files changed +7 -0
modified bin/apps/inbox/list.rs
@@ -65,6 +65,9 @@ const HELP: &str = r#"# Generic keybindings
`PageDown`: move cursor one page down
`Home`:     move cursor to the first line
`End`:      move cursor to the last line
+
`1-9`:      focus section
+
`Tab`:      focus next section
+
`BackTab`:  focus previous section
`Esc`:      Cancel
`q`:        Quit

modified bin/apps/issue/list.rs
@@ -108,6 +108,7 @@ const HELP: &str = r#"# Generic keybindings
`PageDown`: move cursor one page down
`Home`:     move cursor to the first line
`End`:      move cursor to the last line
+
`1-9`:      focus section
`Tab`:      focus next section
`BackTab`:  focus previous section
`Esc`:      Cancel
modified bin/apps/patch/list.rs
@@ -44,6 +44,9 @@ const HELP: &str = r#"# Generic keybindings
`PageDown`: move cursor one page down
`Home`:     move cursor to the first line
`End`:      move cursor to the last line
+
`1-9`:      focus section
+
`Tab`:      focus next section
+
`BackTab`:  focus previous section
`Esc`:      Cancel
`q`:        Quit