Skip to content

Commit 051a1ed

Browse files
committed
Update README
1 parent e55a67e commit 051a1ed

File tree

4 files changed

+11
-194
lines changed

4 files changed

+11
-194
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
2121
asset_name: debug-tui-linux
2222
target: "x86_64-unknown-linux-musl"
23+
- name: macos
24+
os: macos-latest
25+
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui-apple-darwin
26+
asset_name: debug-tui-apple-darwin
27+
target: "x86_64-apple-darwin"
2328

2429
steps:
2530
- uses: actions/checkout@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/test.log

src/view/help.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ Help for you - press any key to return.
3434
3535
Key mappings (prefix with number to repeat):
3636
37+
[r] run
3738
[n] next / step into
3839
[N] step over
3940
[p] previous (switches to history mode if in current mode)
4041
[o] step out
41-
[j] scroll down (with shift to scroll down 10)
42-
[k] scroll up (with shift to scroll up 10)
43-
[tab] switch pane
42+
[j] scroll down
43+
[J] scroll down 10
44+
[k] scroll up
45+
[K] scroll up 10
4446
[enter] toggle pane focus (full screen)
4547
4648
Legend:

0 commit comments

Comments
 (0)