refactor(run): remove I/O view test navigation keymaps

Problem: <c-n>/<c-p> in the I/O view buffers required the cursor
to leave the source file to work, re-ran the solution on each
press, and gave no indication of which test was active. The
workflow is better served by :CP run <n> for a specific test or
:CP panel for full inspection.

Solution: remove navigate_test, next_test_key/prev_test_key config
options, and the associated current_test_index state field.
This commit is contained in:
Barrett Ruth 2026-03-04 00:23:52 -05:00
parent 5354119faf
commit f6b27b9089
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 0 additions and 63 deletions

View file

@ -9,7 +9,6 @@
---@class cp.IoViewState
---@field output_buf integer
---@field input_buf integer
---@field current_test_index integer?
---@field source_buf integer?
---@class cp.State