fix(doc): proper keybindings

This commit is contained in:
Barrett Ruth 2025-09-19 09:00:58 -04:00
parent 0c3f62d1e0
commit b6baa38ce0
2 changed files with 4 additions and 2 deletions

View file

@ -70,3 +70,5 @@ follows:
- fzf/telescope integration (whichever available)
- finer-tuned problem limits (i.e. per-problem codeforces time, memory)
- notify discord members
- handle infinite output/trimming file to 500 lines (customizable)
- update barrettruth.com to post

View file

@ -290,8 +290,8 @@ The test panel uses a three-pane layout for easy comparison: >
Keymaps ~
*cp-test-keys*
j / <Down> Navigate to next test case
k / <Up> Navigate to previous test case
<c-n> Navigate to next test case
<c-p> Navigate to previous test case
q Exit test panel (restore layout)
Execution Details ~